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
|
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 |
||
|
|
|
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. |
||
|
|
|
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. |
|||
|