How has this been resolved? We need to get our backlog of about 100 items grouped by priority and with the ability to move them from the Backlog into the To-Do list in the Backlog screen.
I tried the suggested approach (ORDER BY priority DESC, ORDER BY Rank ASC) and also (ORDER BY Rank ASC, ORDER BY priority DESC) and none of them work as we expected:
- With the first query (ORDER BY priority DESC, ORDER BY Rank ASC) all our items are sorted by priority so they're nicely grouped as we need. However we're unable to move items in the Backlog screen into the To-Do list and the right-click menu on items don't show the options to move them either.
- With the second query (ORDER BY Rank ASC, ORDER BY priority DESC) we got back the ability to move items in the list and into To-Do but of course the list doesn't respect priorities anymore, so we have to manually sort them out with it's really annoying.
I can't upvote this ticket, I guess it's because it has been marked as resolved, but as my experience shows it still doesn't work.
The answer from @mtokar (JIRA Agile Team) was over 4 years ago and given I found several other threads in Internet from teams who are struggling with this very thing and asking if there is any sort of workaround, I'd like to know if Atlassian has reconsidered including this feature for the near future.
Thanks!
Elisa Abedrapo
J. Walter Thompson Co.
Application Support Coordinator & Test Lead
Portfolio & Solutions Team.
Ordering should be able to work like this and it's extremely annoying that you don't allow this.
For example in our case. We want to have unassigned tickets with state "in review" at the top so they are the first thing eveyone sees and can take care of them. At the same time I want to be able to order unassigned tickets by rank (drag and drop). It's annoying that it's not possible