2

Is it possible to perform a search for cases that do not contain a specific tag?

For example, I have tag "postponed" and would like to find all cases in my current filter that do not have this tag.

Thanks

flag

2 Answers

3

Yep, just include the following as a search term:

"-tag:postponed"

The minus "-" tells FogBugz you don't want to see results with that tag. Lots more info on searching can be found here.

link|flag
1

But, how to find cases that have no tags at all? "-tag:" gets all cases with a tag, and -tag:"" seems to get a mix of tagged and untagged cases.

link|flag
Use an asterisk: -tag:*. – Michel de Ruiter Sep 6 at 7:54

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.