September 2016
Intermediate to advanced
598 pages
11h 36m
English
In the previous chapter, we saw how to create new issue operations. All the existing issue operations in JIRA have a predefined order associated with them. Currently, in JIRA, the actions are ordered as shown in the following screenshot:

In this recipe, we will see how we can reorder those actions without actually doing any coding! For example, let us assume we want to move the Delete option so it is first in the list and then move the Link operation above Move!
Following is the step-by-step process required to reorder the issue operations:
system-issueoperations-plugin.xml ...Read now
Unlock full access