2

Can I create a filter that shows all case which have a milestone which is NOT Undecided?

flag
See: fogbugz.stackexchange.com/questions/4399/… – Greg Saven Oct 8 2010 at 13:15

2 Answers

2

If you enter -milestone:"Undecided" as a search term, it will find everything where the milestone is NOT undecided

Alternatively, you could have the first sort-order be by milestone, which would break the cases out into groups by milestone, letting you see both those that are Undecided, as well as all the other milestones. This has the benefit of allowing you to run graphical reports over the milestones to see, for example, what percentage of your cases are not categorized in a milestone.

link|flag
1 
If you go with the sort-order route, you can use the BugMonkey script in fogbugz.stackexchange.com/questions/2999 to collapse the Undecided section – Daniel LeCheminant Oct 8 2010 at 13:06
0

Thanks for the answers. I didn't realise that I could type in extra 'stuff' for the filters.

link|flag

Your Answer

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