In the Jira Cloud new issue view, the dropdown for status transitions ordering logic is not impacted at all by the order of statuses in the status settings screen (Settings > Issues > Statuses).
The ordering logic is as follows:
- Always show transitions with the opsbar-sequence property first according to their opsbar-sequence value (lower values appear first);
- Then show remaining transitions ordered first by category (To Do, In Progress, Done);
- Within category order alphabetically by name of the status being transitioned to.
So, to change the transition order in the new issue view status dropdown, it is necessary to include the opsbar-sequence property in the workflow transition, lower values will appear first.
- From your project, go to project settings, then workflows;
- Select the workflow from the issue type you want to change and click on Edit under the Actions column;
![image 1.png image 1.png](https://community.atlassian.com/t5/image/serverpage/image-id/240624i44503DE199C4E553/image-size/large?v=v2&px=999)
- From the diagram or text mode, select the transition that you want to reorder and click on Properties, it can also be used on Global Transitions;
![image 2.png image 2.png](https://community.atlassian.com/t5/image/serverpage/image-id/240625iA0E1B63A8D16BCD5/image-size/large?v=v2&px=999)
- In the transition properties screen, add the opsbar-sequence in the Property Key column, and the numerical value in the Property Value column and Add;
![image 6.png image 6.png](https://community.atlassian.com/t5/image/serverpage/image-id/240628i5D452C0EA6F9CC30/image-size/large?v=v2&px=999)
- Go back to the workflow screen and publish your draft workflow after you make the change to all the transitions needed.
![image 3.png image 3.png](https://community.atlassian.com/t5/image/serverpage/image-id/240627iFB0DB34B4C5922E3/image-size/large?v=v2&px=999)
Example before editing the transition:
![image 4.png image 4.png](https://community.atlassian.com/t5/image/serverpage/image-id/240629i4C35FED4FD204F68/image-size/large?v=v2&px=999)
Example after editing the transition:
![image 5.png image 5.png](https://community.atlassian.com/t5/image/serverpage/image-id/240630iA487AD1A93477981/image-size/large?v=v2&px=999)
14 comments