Jira Agile Kanban board change swimlane ordening

ronniematijsen October 2, 2013

Is it possible to change the ordening of swimlanes with JQL statements like != OR not in...?

What I'am looking for is a way to keep my catch all lane empty...


my current setup, the lane with labels != 'LTP' doesn't work...

3 answers

1 accepted

1 vote
Answer accepted
MB
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.
October 3, 2013

According to this SO question, it might be good to try:

(labels IS EMPTY OR labels != 'LTP')

If you tried that and it doesn't work, then try this:

(labels IS EMPTY OR labels NOT IN ('LTP'))

1 vote
Christian Czaia _Decadis AG_
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.
October 3, 2013

Have you tried "labels != "LTP" OR labels IS EMPTY" ?

0 votes
ronniematijsen October 3, 2013

I've already tried that but my tickets keep swimming to the catch all lane.. It looks like al negative statements are ignored...

Suggest an answer

Log in or Sign up to answer