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!
Hi @Aswin ,
Is the JQL
component in (A, B) AND component not in (C,D,E)
a solution for you?
Regards,
Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.