What we want: When a case gets fixed, it should be flagged for (roughly) acceptance testing. This should be the default, but can be overridden.
We need to filter for this state (e.g. "all cases with status 'flagged for acceptance testing' for milestone X")
What we tried: Adding a new 'Resolved' status 'Resolved (FLAGGED)' for Categories Bug, Feature and Inquiry.
Problem: I can filter for either "Bug - Resolved (FLAGGED)", or "Feature - Resolved (FLAGGED)", not both.
It does work when I make that a search term, but entering status:"resolved (FLAGGED)" is nasty, and a bit error prone since the search is space-sensitive.
Question: Is there a better approach for that, or can the fitler problem be solved?