I am trying to complete the tasks of a specific iteration. I know that I can get this using the iterative path or Iterative identifier. I have this query:
SELECT *
FROM WorkItems
WHERE [System.WorkItemType] = 'Task'
AND [System.IterationID] = 24138
The request works fine, but I have no way to get this iteration path or Iterative identifier.
Is there a way to get the iteration id?
source
share