How to order the Backlog?

Mike Kronenberg May 7, 2016

Trying to setup a Quick Filter to sort the Backlog (in my case) by component.  Not working and am a bit puzzled.  Help greatly appreciated.  Tried unsuccessfully (Kanban board):

status = "Backlog" ORDER BY component ASC

1 answer

3 votes
Michael Partyka
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2016

Hi Mike,

it is very easy. You need to order by rank

status = "Backlog"  ORDER BY Rank ASC

Try to combine component with rank (in your case rank should depends on component)

I hope that I helped

Mike Kronenberg May 8, 2016

Thanks Michal - I'll admit that I fail to understand the correlation between Rank and Component.  I tried what you suggest but this doesn't sort the Backlog by Component.

Like Kieran Sims likes this

Suggest an answer

Log in or Sign up to answer