我希望能够在VSTS中创建一个查询,该查询将返回所有任务都完成"的PBI列表(来自特定的sprint/区域).
I would like to be able to create a query in VSTS that will return a list of PBI's (from a specific sprint/area) where all tasks are "Done".
这可能吗?从SO的可见,这需要使用VSTS的REST API.
It this possible? From what I can see around SO this requires using the REST API of VSTS.
我可以在具有层次结构列表的仪表板中创建图表吗?
Would I be able to create a chart in a dashboard with a hierarchy list?
谢谢:-)
推荐答案您应该能够做到这一点,尽管您还将获得返回的任务,但是您应该能够根据自己的尝试轻松地将其过滤掉要做.
You should be able to do this, although you will also get the tasks returned, but you should be able to easily filter those out depending on what you are trying to do.
使用以下步骤: