Get Area ID from Azure DevOps

Viewed 2123

I need to get Area ID of the work item in Azure DevOps for creating custom rules in the process. Currently, I can only find Area Path of work item but for creating rules we need Area ID.

2 Answers

Additionally, you can add "Area ID" into the work item query columns:

enter image description here

Related