问题
In Azure DevOps, how can I drill down and get a list of which work items are added as total scope increase using queries or any other method?
回答1:
If you want to list all newly added work items, we can use the field Created Date to get the result.
In addition, the Sprint page list the work items via iteration path instead of date.
Update1
We cannot list these work item in the azure devops now. You could add your request for this feature on our UserVoice site, which is our main forum for product suggestions. After suggest raised, you can vote and add your comments for this feedback. The product team would provide the updates if they view it.
Update2
We can vote and follow this suggestion ticket to get the latest news.
回答2:
I was facing the same challenge. I have been able to generate a list of non-completed work items that were added during the sprint using the following method. It doesn't take into account those items that were added after sprint start AND finished in the sprint, as it is based on remaining work only:
- Click Analytics in Sprint board
- Backlog/Work items set to "Backlog items backlog"
- Burndown on set to "Count of Work Items"
- Click the right most dot in the chart for remaining work (you can disable overlapping curves by clicking the legends)
- This leads you to a query containing all the work item ids. Copy that string.
- Do the same for the beginning of the sprint, left most blue dot. Copy that string as well.
- Create a new query with the string from 5 and 6 respectively, like this
/Chris L.
来源:https://stackoverflow.com/questions/63877130/how-can-i-query-work-items-user-stories-that-added-into-sprint-after-sprint-pl