A plugin is a bundle of code, resources and configuration files that can be dropped into an Atlassian product to add new functionality or change the behaviour of existing features.
Every plugin is made up of one or more plugin modules. A single plugin may do many things, while a plugin module represents a single function of the plugin.
There are two versions of plugins in the Atlassian Plugin Framework:
WEB-INF/lib
) or dynamic (via the web UI, only in Confluence) and should work the same as they did in version 1 of the Atlassian Plugin Framework. The capabilities and features available to version 1 plugins vary significantly across products.plugins-version="2"
attribute in atlassian-plugin.xml
.You can also take a look at the document describing the detailed differences for JIRA plugin development.
Rate this page: