1

I'd like to see tasks assigned to non virtual users (or only to virtual users). For example - all tasks not assigned to "up for grabs".

Seems like and obvious easy filter improvement (provide a special value - "non virtual").

Well, would be ideal, if i could somehow group users (managers, devs, etc) and find tasks assigned to particular group of users.

But simple "non virtual" option would be very handy.

Fog Creek Case FC1857443

flag

1 Answer

0

I've opened a case to evaluate adding a search axis for user type, e.g. something like usertype:normal for normal users or -usertype:virtual for non-virtual users

In the meantime, you will need to enumerate all your virtual users in the search, e.g.

-assignedto:"up for grabs" -assignedto:"backlog"
link|flag
thanks. just to note: i'd like to see cases assigned to NON virtual users. Tt's pretty hard to enumerate that. – Alexander Gornik Feb 20 2010 at 18:19
you can negate search terms. in my example above, I have a minus sign before each of the assignedto's so that it will find cases not assigned to either of those virtual users – adambox Feb 20 2010 at 20:56

Your Answer

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