Hello
Is there a way to make JQL "ORDER BY status" really order the items in a desired sequence?
Depending on the workflow, sometimes I want to order (for example) Backlog, Open, In Progress, In Review; and sometimes I want to see the order as Backlog, Open, In Review, In Progress
By default, it seems that the 'order by status" uses the rank of statuses from the complete list of statuses in the admin pages. However we have here around 60 statuses used in many workflows by many people, and I cannot specify a complete ordering.
I have seen people using "opsbar-sequence" as a property on the workflow transition. But this seems not to work on JQL queries (for example in a filter)
Any other idea?
This seems to me a trivial need. Why not just sequence numbers in every workflow?
Thank you
Vincent
Workaround idea:
Then in JQL:
project = FOO order by "Status Rank"
1st question what is the scope of your search?
If you search within certain project, there should not be 60 statuses, if there are in my opinion this is not a best practice.
opsbar sequence options are for a status in a workflow not at global level, these properties are there to determine the possible status transitions a specific order, this order could be different in another workflow, so this is why.
I don't see the trivial need, you have.
My question would be where is the governance in the instance, are the 60 status there are they needed, are there statuses that mean the same, then use a single status.
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.