Hi All,
Is there any solution for the below query , I wanted to exclude jira tickets with a specific filter say "A" but also wanted to include jira tickets with empty labels. I tried below and didn't worked. Any suggestions?
JQL I tried : labels != A AND labels is empty(I also tried with labels = none as well didn't worked)
Hi @Vikneshprabu Kanagasabai and welcome to the community. You're close. You need to use OR instead of AND
labels != A OR labels is empty
@Mark Segall , It worked. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.