How do I filter for a component and not anything else

Aswin May 24, 2023

I have a component A and B. I want to filter out the tickets which contain either A or B, It can be A, B but filter out those which has any other components like A, C and B, D or A, B, C.

A, B: Should filter it out

A: Should filter it out

B: Should filter it out

A, B, C: Should not filter it out

A, D: Should not filter it out

etc....

Is there any easy way to do this?

TIA!

1 answer

0 votes
Marco Brundel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 24, 2023

Hi @Aswin ,

Is the JQL 

component in (A, B) AND component not in (C,D,E)

a solution for you?



Regards, 
Marco

Suggest an answer

Log in or Sign up to answer