Hi all,
When I click on the Status button in an issue,
The order of the statuses in the dropdown is not representing the correct workflow order,
Is there a way to control it?
I found a post regarding this matter but didn't really understand what I need to do in-order to place the statuses in the order I need it to be.
Any help would be very much appreciated.
Thanks
Community moderators have prevented the ability to post new answers.
Hello @Or Go ,
As a jira administrator -
1. Goto project --> project --> project settings --> workflows
2. Click on pencil icon to edit your workflow
3. Click on workflow transition and click on "properties"
4. Now add the opsbar-sequence
property key and property value as '3' for "To do" transition
5. Repeat step 3, and 4 for other transitions where you would like to change the order
6. Once you finish setting up property keys and values, publish the workflow and come back to your issue and you can see the statuses reordered.
In my workflow I have
To Do - 3
Done - 1
In progress - 2
Fix Resolution - 0
and below is the result
Note: If you are not a jira admin, please work with your jira admin to make this change.
Best,
Sachin.
@Sachin This worked for me, thank you so much for your suggestion!
I added a new workflow status and needed it to appear between two existing statuses, but the new status was appearing at the bottom of the list on the status dropdown. I had not set the opsbar-sequence property for the new status. Once I set the property for the new status with a value between the opsbar-sequence values for the statuses I wanted it to sit between, the status dropdown menu showed it correctly.
Ex.
Thank you again for your very clear and helpful suggestion!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to open the workflow editor and select a transition (the line connecting two states). Then you can set a property to this transition. Properties have a name and a value. The name should be
opsbar-sequence
The value should be a number. Usually 10, 20, 30 and so on. When each transition has a sequence number then the buttons will show up in this order. Transitions without a sequence number are shown in the default order. Whatever the default order is.
In Jira Server this works fine. In Jira Cloud there might be a bug. I only use the Server edition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Or, you used to be able to do this in the older issue view. However, in the new UI it no longer works as stated in the document you reference...
As the above snippet from the doc states JSWCLOUD-13864 has been open regarding this bug. I haven't seen much traction on this and AFAIK the problem still exists though I have not personally tried lately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have just confirmed today 1/27/2022 that this does not work. Seems the status dropdown list is in the order in which statuses get created. Baffling that something as simple as ordering of lists could be so complicated in a seasoned product like Jira...
I did find an Issue Statuses menu which seems to allow ordering, but does not seem to work for me. Clicking on order arrows does not do anything or even through a message.
I see this issue has been reported already with a link to vote on this!
https://community.atlassian.com/t5/Jira-Software-questions/Why-can-t-I-reorder-some-of-the-statuses-in-the-issue-gt/qaq-p/1726840
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
today, the use of :
opsbar-sequence
worked well for me in my sandbox, but i think i'll use the order option, it will take me longer but it's better i think
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having the same issue in my Jira Cloud instance. I've tried both suggested fixes mentioned above and neither one works for me. This is apparently still a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, I realized that I forgot to publish my new draft. Once I did that, the method using opsbar-sequence worked for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.