JQL filter the occurrence of one label but not another

Arvid Thunholm August 23, 2022

Hi,

I'm trying to create a filter that displays issues marked with one label "AA" but not another "BB". The issues may have any permutation of AA and BB including empty labels.

This is my JQL: labels in (AA) AND labels not in (BB)

I have also tried: labels in (AA) AND (labels not in (BB) or labels is EMPTY)

1 answer

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 23, 2022

This works...

labels = testing and labels != Tester

Arvid Thunholm August 23, 2022

how embarrassing...thanks

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 23, 2022

Please accept answer if it works for you.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events