I'm looking for a query or a way to define one of my own to search for all work items which mention a specific user. How can I do this?
Asked
Active
Viewed 648 times
1 Answers
1
It depends on what you mean by "mention".
You could make a simple query on the attribute "Full Text", for a string representing your user.
Or you could make a query on the attributes "Comments", which list all the members of a project area.

VonC
- 1,262,500
- 529
- 4,410
- 5,250
-
-
1
-
Unfortunately, on 5.0.1, the "mentions" condition still has no value to be set. Fulltext for "@username" still escapes the @ so the result is a fulltext search for "username". – x29a Oct 20 '14 at 09:20