Search code examples
azure-devopstags

Azure DevOps - how can I retrieve the history of all my "Name" tags?


In Azure DevOps you can tag users with @HisName. How can I retrieve the history of all the comments where my name was tagged? Please not using emails notifications, but inside the Azure DevOps web site? Thanks!

I've searched and asked a couple colleagues but no ones knows.


Solution

  • For work items mentioned users in their comment field like this: enter image description here

    You could try to use 'history' contains 'user name' in a query to get the work item:

    enter image description here

    If you mean tag user like this in the tag: enter image description here

    Since the query doesn't support '@' symbol in the contains field, please don't use @ in the tag or you couldn't query. Then you could query the tag like this and get the work item. enter image description here

    You could add these date according to your requirement to limit the time:

    enter image description here