The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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
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.
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