Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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...
  • Akash_Varuna's avatar
    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