One very common request from clients is to change the order of workflow buttons. Why remember the syntax to do so when you can simply reference?
To change the order of transition buttons, including additional transitions in the
Workflow menu, add the property key
opsbar-sequence
to each
workflow transition that you wish to reorder. Each
opsbar-sequence
property key requires a property value that defines the order of the transition action on issue views.
- Go to the transition's properties, as described in Transition properties above.
- Type
opsbar-sequence
into the Property Key field, under 'Add New Property'. - Type a value In the Property Value field, The value must be a positive integer (starting at '0'); it defines the order of the transition buttons on issue views.
Consider using a sequence ofopsbar-sequence
property values like 10, 20, 30... to allow new transitions to be easily added later. - Click Add.

opsbar-sequence
property to a workflow transition does not change the order of these transitions in the workflow in Text edit mode. The addition of this property only affects the order of transitions on the
View issue page.