I am using on demand at 8.0. I am able to construct a filter referencing the 'All Active' status settings. In my case I am constructing a search across a subset of all the projects I have. I want to build a search such as project:=1 or project:=2 or project:=3 status:All Active but that does not seem to work.
I have identified all the active status values using the API ... but would prefer to not have to key in all the entries (we have some workflow modifications).
Is there some shorthand way of identifying all active status values in the search?
project:=1 or project:=2 or project:=3 status:Activeand FogBugz reformats it to((project:"=1" OR project:"=2") OR project:"=3") status:"Active". – Greg Saven♦ Sep 24 2010 at 18:13