How can I query work items (User Stories) that added into Sprint after Sprint Planning?

£可爱£侵袭症+ 提交于 2021-02-08 12:14:35

问题


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:

  1. Click Analytics in Sprint board
  2. Backlog/Work items set to "Backlog items backlog"
  3. Burndown on set to "Count of Work Items"
  4. Click the right most dot in the chart for remaining work (you can disable overlapping curves by clicking the legends)

  1. This leads you to a query containing all the work item ids. Copy that string.
  2. Do the same for the beginning of the sprint, left most blue dot. Copy that string as well.
  3. 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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!