This question is in reference to Atlassian Documentation: Performing Text Searches
I want to do an advanced search for a particular 'label', but I also want to include all issues where the label field is empty. What is the proper syntax for doing that search?
Should be
Labels = x or labels is empty
Actually, what I was trying to do was a search that would exclude a particular label, but include all the issues where the label was empty. This appears to work... AND (labels != "XXX" OR labels is EMPTY)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I couldn't see that from the question, but glad we got you there!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.