Can we add a custom menu item to admin dropdown menu ?

Binayak Nanda March 9, 2014

I want a menu item named "manage config" in admin drop down menu where Online help , logout ,Developer tool etc are available . Is it possible or not ? If it is possible how can we do it ?

1 answer

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 9, 2014

yes, you can add using <web-item> module, check the following doc to know more on this module

https://developer.atlassian.com/display/JIRADEV/Web+Item+Plugin+Module

you need to use following location code

&lt;web-item ... section="system.user.options/jira-help" ...&gt;
    ...
&lt;/web-item&gt;

check the following doc

https://developer.atlassian.com/display/JIRADEV/User+Accessible+Locations#UserAccessibleLocations-UserNameDrop-downLocation

Suggest an answer

Log in or Sign up to answer