How to re-order the list of issue operation in an issue

Still need help?

The Atlassian Community is here for you.

Ask the community

The information on this page relates to customizations in JIRA Applications. Consequently, Atlassian Support cannot guarantee the provision of any support for the steps described on this page as customizations are not covered under Atlassian Support Offerings. Please be aware that this material is provided for your information only and that you use it at your own risk.

Also, please be aware that customizations done by directly modifying files are not included in the upgrade process. These modifications will need to be reapplied manually on the upgraded instance.

 

To re-order the issue operation list, the weight value needs to be edited in the file <jira-install>/atlassian-jira/WEB-INF/classes/system-issueoperations-plugin.xml. For example, to swap the positions of "Edit this issue" and "Comment on this issue", swap the weight values of 1 and 10 to produce:

...
<web-item key="edit-issue" i18n-name-key="webfragments.view.issue.opsbar.operations.top.edit" name="Edit this issue" section="operations-top-level" weight="10">
...
<web-item key="comment-issue" i18n-name-key="webfragments.view.issue.opsbar.operations.top.comment" name="Comment on this issue" section="operations-top-level" weight="1">
...

JIRA needs to be restarted to apply this change.

 

 

Last modified on Feb 19, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.