I added the lines below in the atlassian-plugin.xml expecting that the "AAA" menu item appears
in the Administration Plugins drop down menu under the 'Source Control'.
But it does not.
What steps should I take?
<web-item key="AAA" section="admin_plugins_menu/source_control">
<label key="AAA"/>
</web-item>
I found that the problem is due to the JIRA version of 5.0.
Admin Plugins Menu cannot be added to JIRA 5.0.
On the latest JIRA 5.1.5, the same plugin works fine.
Try something like this:
<web-item key="AAA" section="admin_plugins_menu/source_control" weight="9999">
<label key="AAA"/>
<link linkId="AAA_link">/secure/admin/aaa.jspa</link>
</web-item>
This should provide a link to /secure/admin/aaa.jspa in the drop down.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.