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...
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'))
Have you tried "labels != "LTP" OR labels IS EMPTY" ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've already tried that but my tickets keep swimming to the catch all lane.. It looks like al negative statements are ignored...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.