Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
SimuQuery
Frequent Visitor

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 view. Are there any particular work arounds you are aware of? 

 

Thanks

1 ACCEPTED SOLUTION
Akash_Varuna
Super User
Super User

Hi @SimuQuery  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

View solution in original post

5 REPLIES 5
v-kpoloju-msft
Community Support
Community Support

Hi @SimuQuery,

Thank you for raising your concern. We really apologize for the inconvenience caused. After reviewing the details you provided, please follow the steps below, which might resolve the issue.

 

In Azure DevOps, you can create custom queries to filter work items based on specific criteria. While there isn't a direct field for @mentions, you can utilize the "Assigned To" or "Created By" fields along with other filters to refine the work items.

Use @mentions in work items and pull requests - Azure DevOps | Microsoft Learn

Additionally, you can configure notifications in Azure DevOps to alert you when you are mentioned in a work item discussion, helping you keep track of mentions without manual searches.

 

If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.

Best Regards.

Hi @SimuQuery,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

 

Hi @SimuQuery,


I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.


Thank you.

Hi @SimuQuery,


I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.


Thank you.

Akash_Varuna
Super User
Super User

Hi @SimuQuery  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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors