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

Usage FAQ

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

To re-order the issue operation list, the 'order' value at the following file needs to be edited:


/atlassian-jira/WEB-INF/classes/system-issueoperations-plugin.xml

For example, change the 'order' value for 'Comment on this issue' operation from 50 to 10. By doing so, it will place this operation at the top of the issue operation list:


<issue-operation key="comment-issue" i18n-name-key="admin.issue.operations.plugin.comment.issue.name" name="Comment on this issue" class="com.atlassian.jira.issue.operations.CommentIssueOperation" state='enabled'>
        <resource type="velocity" name="view" location="templates/plugins/operations/commentissue.vm" />
        <order>10</order>
</issue-operation>

Please restart JIRA after the modification. Do note that this modification will be applied to all the projects in JIRA.

Unknown macro: {htmlcomment}

http://support.atlassian.com/browse/JSP-20022

Last modified on Jun 11, 2009

Was this helpful?

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