Hi,
I have to use 2 labels, label x and label z, for specific reasons.
But I need to create a filter to get all issues with label x but not with label z.
Is it possible somehow? I have tried IS NOT in vain.
Any suggestion?
Hi @emese sonnenschein ,
Welcome to Atlassian Community,
In Jira JQL, you cant filter only specific Label without indicating the labels that needs to exclude.
But base on your case you want to search all issues with label x only excluding label z.
This JQL is the closest to it without plugins.
labels = "label x" AND labels NOT IN ("label z")
You can add additional label in NOT IN to exclude other labels.
Hope it helps!
Thank you for your reply @Dexter de Vera
I'll try that out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.