This page last changed on Jun 11, 2009 by estumpf.

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.

Document generated by Confluence on Oct 06, 2009 00:26