Filtering on "labels not in" ignores tickets that have no labels

Bev Sanders June 5, 2019

I am trying to create a filter for tickets that don't have certain labels but I find that it ignores all tickets that don't have a label. How do I exclude specific labels but still include tickets that have labels = none?

1 answer

1 accepted

3 votes
Answer accepted
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 5, 2019

You can add a JQL statement that contains (labels is EMPTY OR labels not in (...))

Bev Sanders June 5, 2019

Thanks :)

Suggest an answer

Log in or Sign up to answer