Forum Discussion
Anonymous
1 year agoNot applicable
Pulling @mentioned from Azure
Hi Folks, I'm wondering if there is a way to pull work items from Azure DevOps in which the user has been mentioned in the work item discussion. I can't see amy fields for this in the analytics v...
- 1 year ago
Hi Anonymous I think you could use Rest API
Fetch the discussion comments of work items using the Azure DevOps REST API.
Parse the comments to look for @mentions of the user
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance
Akash_Varuna
1 year agoSuper User
Hi Anonymous I think you could use Rest API
Fetch the discussion comments of work items using the Azure DevOps REST API.
Parse the comments to look for @mentions of the user
If this post helped please do give a kudos and accept this as a solution
Thanks In Advance