This page last changed on Feb 22, 2006 by mark@atlassian.com.

At the moment the easiest way to achieve this would be to edit the includes/panels/issue/operations.jsp file under the JIRA web application and remove the code that prints out the link to your operation. For example, if you want to remove the "Assign to" link, the code starts with:

<webwork:if test="hasIssuePermission('assign', issue) == true">

...

</webwork:if>

Simply remove that block and this will be removed from view. You may need to restart your application server for this change to be reflected.

Document generated by Confluence on Mar 27, 2011 18:55