Is it possible to move the tab location in jira menu bar dynamically?

Dheeraj Kumar Aggarwal October 4, 2012

Hi, I am developing a JIRA plugin, which shows a tab in JIRA menu bar, and I want to relocate that tab dynamically. Is there any api exists for that to change weight attribute on the fly?

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
October 4, 2012

I don't think it is possible. I will have a look at constructing links dynamically using SimpleLinkFactory and see if you can just change order of links!

Dheeraj Kumar Aggarwal October 4, 2012

Hi Jobin, Thanks for replying. I will give it a try.

Dheeraj Kumar Aggarwal October 12, 2012

Hi Jobin, I searched in the JIRA API a lot, and I found WebSectionModuleDescriptor class related to my web-section in atlassian-plugin.xml, but that doesn't provide a setter method to manipulate the weight attribute.

So, I am keeping my question open. If anybody had an answer, please reply.

Suggest an answer

Log in or Sign up to answer