Once you have downloaded or created your plugin jar file, follow these steps to install it in your JIRA instance:
- Shut down JIRA.
- Copy your plugin jar (e.g. 'EXAMPLE_PLUGIN.jar') into the appropriate plugins directory:
- If you are installing a 'Version 1' plugin, copy the jar into your JIRA installation directory under
atlassian-jira/WEB-INF/lib/.
- If you are installing a 'Version 2' (OSGi) plugin, copy the jar into your JIRA home directory under
plugins/installed-plugins/.
To find out whether a plugin is Version 1 or Version 2, check the Plugin Exchange. Note that plugins have different versions, and older builds of plugins may be Version 1.
- Start up JIRA.
- Go to 'Administration > Plugins'. Your plugin (e.g. 'EXAMPLE_PLUGIN') will be listed and enabled.