How do I filter by multiple users or projects? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-06-19T19:18:49Zhttp://fogbugz.stackexchange.com/feeds/question/677http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projectsHow do I filter by multiple users or projects?Rich Armstrong2009-11-12T03:19:50Z2012-10-25T17:37:39Z
<p>The filter dropdown only allows me to filter by one project or one assigned user.</p>
<p>What if I want one filter that shows all cases in a given project, assigned to, say, me or assigned to the "Up for Grabs" virtual user?</p>
<p>The drop-downs only allow selection of one Project, Area, Status, etc. How about allowing multiple with a UI something like this?</p>
<pre><code>[-] Category
[ ] Features
[ ] Bugs
[ ] Inquiries
[ ] Schedule Items
------------------
All
None
Apply
</code></pre>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC1888031</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/680#680Answer by Rich Armstrong for How do I filter by multiple users or projects?Rich Armstrong2009-11-12T03:33:12Z2010-04-26T18:54:58Z<p>Instead of setting the value in the filter, add a search to the filter.</p>
<p>Get the project filter set, then click <strong>Filter:</strong> to get the dropdown.</p>
<p>Select the <strong>Search for</strong> item and put something like this in the edit:</p>
<pre><code>assignedto:me OR assignedto:grabs
</code></pre>
<p>By the same token, you could select the My Cases filter and add a search for:</p>
<pre><code>project:fogbugz OR project:copilot
</code></pre>
<p>If you need to do a lot of these and the names are too long, you can <a href="http://fogbugz.stackexchange.com/questions/678/how-do-i-get-the-ixproject-or-id-of-a-project-or-other-entity/679#679" rel="nofollow">get the project ID</a> and search like this:</p>
<pre><code>project:=26 OR project:=35
</code></pre>
<hr>
<p>We have a case open to consider the ability to select multiple values for a filter criterion for a future release. Please up-vote this question to show your support for adding this feature.</p>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/2835#2835Answer by Travis Laborde for How do I filter by multiple users or projects?Travis Laborde2010-04-23T15:50:25Z2010-04-23T15:50:25Z<p>how would I use this to filter by status codes? We have categories "Bugs" and "Features" and under each of those we have a status code "Pending Review." I'd like to have one filtered view that shows me all the "Pending Review" cases.</p>
<p>I've tried status:<em>{Category}{various delimiters}{Status}</em> but none worked yet. For example:</p>
<p>status:Bug-Pending Review</p>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/6518#6518Answer by Mike Rea for How do I filter by multiple users or projects?Mike Rea2011-01-05T20:29:01Z2011-01-05T20:29:01Z<p>bump, gets my vote. Currently we have to link to source data and use an MS Access report to filter only for specific projects. Would be nice to have the ability within the UI.</p>
<p>Thx.
mike</p>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/8640#8640Answer by IM for How do I filter by multiple users or projects?IM2011-06-30T09:46:02Z2011-06-30T09:46:02Z<p>I have the same situation - have similar status codes for different categories. </p>
<p>Try searching for:
<strong>status:Pending Review</strong> </p>
<p>The search will match all cases (different categories) with a status like "Pending Review"</p>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/8696#8696Answer by David K for How do I filter by multiple users or projects?David K2011-07-07T16:37:36Z2011-07-07T16:37:36Z<p>Absolutely, this is critical for large organizations.</p>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/9474#9474Answer by Barbara B. for How do I filter by multiple users or projects?Barbara B.2011-11-04T19:24:20Z2011-11-04T19:24:20Z<p>Voting up. A handy multi-select GUI for filters would make my life easier.</p>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/9854#9854Answer by BryanMash for How do I filter by multiple users or projects?BryanMash2012-01-23T20:57:11Z2012-01-23T20:57:11Z<p>Upvoted. Definitely useful feature as we use Groups for assigning at early stages of projects and this feature would help things slip through cracks less often.</p>
http://fogbugz.stackexchange.com/questions/677/how-do-i-filter-by-multiple-users-or-projects/10906#10906Answer by Amy McCann for How do I filter by multiple users or projects?Amy McCann2012-10-25T17:37:39Z2012-10-25T17:37:39Z<p>UPVOTED!!!! Seems like this would be fairly simple in the custom filter page (default.asp?pg=pgFilter) page. Make it a multi-selection box, yes?</p>
<p>For all of the niceness, it appears this has been 'considered' for 2 1/2 years. Are y'all any closer?</p>
<p>:-) </p>