3

Possible Duplicate:
How do I filter by multiple users or projects?

Is there a way to have a filter that matches "all open bugs assigned to user A or B or C" ?

flag

closed as exact duplicate by adambox♦♦ Apr 26 2010 at 17:40

1 Answer

2

After some research is seems the closest way is to use the search, I don't know if there is a better way though:

assignedto:A OR assignedto:B OR assignedto:C
link|flag
This is the correct answer. – Michael Pryor Sep 18 2009 at 15:38
note that you can also specify any entity (user, project, etc) by its ID, by using the "=##" format. Rather than having to type out, assignedto:"Ingmar Bergman", you can just get Ingmar's ixPerson from the Admin > Users interface and do, assignedto:"=47". – Rich Armstrong Sep 21 2009 at 19:39

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