43

6

The filter dropdown only allows me to filter by one project or one assigned user.

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?

The drop-downs only allow selection of one Project, Area, Status, etc. How about allowing multiple with a UI something like this?

[-] Category
  [ ] Features
  [ ] Bugs
  [ ] Inquiries
  [ ] Schedule Items
  ------------------
  All
  None
  Apply

Fog Creek Case FC1888031

flag
see this related post on finding cases assigned to members of a group: fogbugz.stackexchange.com/questions/6845/… – adambox Feb 1 2011 at 21:35
Our managers and QA teams are very interested in this feature. By adding search axes to a filter, as pointed out by Rich, it is possible, but this is a far cry from a smooth workflow when it is done frequently. (It is also exceedingly hidden/power-user-y/non-obvious.) What our QA people are expecting is either Ctrl+Click functionality, as is available in just about any bug tracking front-end out there, or some sort of checkbox feature as pointed out in the question. – Grip Jul 1 2011 at 23:36
One thing that the current workaround of using search with an OR clause breaks is that you can not use the "changes over time" views if you include a search. Hopefully this feature will not have the same limitation. – David Mitchell Dec 30 2011 at 20:37

8 Answers

9

Instead of setting the value in the filter, add a search to the filter.

Get the project filter set, then click Filter: to get the dropdown.

Select the Search for item and put something like this in the edit:

assignedto:me OR assignedto:grabs

By the same token, you could select the My Cases filter and add a search for:

project:fogbugz OR project:copilot

If you need to do a lot of these and the names are too long, you can get the project ID and search like this:

project:=26 OR project:=35

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.

link|flag
I find that if I add anything into the 'Search For' field then the Case List loses the ability to add new cases. Where the Case List previously said Add Case under each Project, it now says 'Cannot add case', which makes this workaround not that useful. – Neutrino Feb 20 at 21:56
0

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.

I've tried status:{Category}{various delimiters}{Status} but none worked yet. For example:

status:Bug-Pending Review

link|flag
2 
category:bug status:"pending review" – Ted Apr 23 2010 at 17:02
I have the same situation - have similar status codes for different categories. Try searching for: status:Pending Review The search will match all cases (different categories) with a status like "Pending Review" – IM Jun 30 2011 at 9:44
0

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.

Thx. mike

link|flag
0

I have the same situation - have similar status codes for different categories.

Try searching for: status:Pending Review

The search will match all cases (different categories) with a status like "Pending Review"

link|flag
0

Absolutely, this is critical for large organizations.

link|flag
0

Voting up. A handy multi-select GUI for filters would make my life easier.

link|flag
Also, thank you for providing the syntax for the Search. That worked fine for selecting a subset of assignees. – Barbara B. Nov 4 2011 at 19:55
0

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.

link|flag
0

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?

For all of the niceness, it appears this has been 'considered' for 2 1/2 years. Are y'all any closer?

:-)

link|flag

Your Answer

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