how to query the defects based on user name mentioned in the comment
2 answers
Hi,
simply use "Full Text" "contains" "@YourUserId" in your regular work item query. The comments field is in the complete Lucene index so you could use the @YourUserId (e.g. @abister) in the Quicksearch field as well.
If this is helpful please mark it as accepted
- Arne