1

I know I can create a filter to view all spam in a single project. However, I can't seem to find any way to view all spam cases in ALL projects. Searching for area:"Spam" does not work - it shows me only the cases in the "Not Spam" area for some reason!

flag

2 Answers

0

FogBugz Search avoids indexing spam, and ergo does not return spam. If not for that, you could do this with search. Since 'Not Spam' is a valid hit when searching for 'Spam', and no 'Spam' results are available, you see the confusing 'Not Spam' results.

Given that search won't help, I don't believe there is a way to view all spam cases in all projects simultaneously, aside from writing a plugin to provide that interface, or scraping said data from the FogBugz database via the FogBugz XML Api. :-(

link|flag
0

Try this:

area:spam -area:"not spam" show:spam
link|flag

Your Answer

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