The Set Up:
Example:
Hi Douglas,
Please try to search Jira issues with labels of Apples and Pears just like your Ticket 2. And then go to the Advance Mode and change the JQL with "not" just like:
labels not in (Apples, Pears).
If you want to show all the empty labels too, you could use:
labels is EMPTY or labels not in (Apples, Pears).
Hope it helps you.
I'm not sure how to do this on a Kanban Quick Filter if I'm honest.
The current filter for the tickets is already set and it doesn't include looking at the 'labels' field. It's set to look for other values.
So inside my Kanban, I have tickets like:
Ticket 1: labels = Pear
Ticket 2: labels = Apple, Orange
Ticket 3: labels = EMPTY
Ticket 4: lables = Orange, + 12 other words
So, how would the entry look inside the Quick Filter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I meant I have these 4 types of values in the labels datafield:
So if I do a Quick Filter for labels not in (Apple, Pear), it would do the following:
I need Ticket 2 and 4 to show and they currently won't. I do not want Ticket 1 to show which it currently wouldn't.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.