Available: | Version Tab plugin modules are available in Jira 3.100 and later. |
Deprecated: | This plugin module is not available in Jira 7.1 and later. There is no replacement. |
The Version Tab Panel plugin module allows you to add new tabs to the 'Browse Versions' page.
Here is an example panel module descriptor that is placed in atlassian-plugin.xml:
1 2<!-- The class defined should implement com.atlassian.jira.plugin.versionpanel.VersionTabPanel and it may be useful to use the functionality provided by com.atlassian.jira.plugin.versionpanel.impl.GenericTabPanel. --> <version-tabpanel key="version-openissues-panel" i18n-name-key="versionpanels.openissues.name" name="Open Issues Panel" class="com.atlassian.jira.plugin.versionpanel.impl.GenericTabPanel"> <description key="versionpanels.openissues.description">Show the open issues for this version.</description> <label key="common.concepts.openissues"/> <!-- this is a number defining the order of all panels. The system panels are 10, 20, 30 and 40. --> <order>10</order> <!-- this template produces the HTML for the panel --> <resource type="velocity" name="view" location="templates/plugins/jira/projectentitypanels/openissues-version-panel.vm"/> <!-- this properties files contains i18n keys for the panel --> <resource type="i18n" name="i18n" location="com.atlassian.jira.plugins.versionpanels.openissues"/> </version-tabpanel>
Rate this page: