Query VSTS for all PBI's with no open tasks

后端 未结 1 682
有刺的猬
有刺的猬 2020-12-22 13:42

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\".

It this possible? Fro

相关标签:
1条回答
  • 2020-12-22 13:52

    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.

    Use the following Steps:

    1. Queries -> New Query
    2. Type of query -> Work Items and Direct Links
    3. Filters for top level work items -> set this to the type of work items you are using, in my example I am using 'User Story'. Add additional path/iteration filters that you require
    4. Filters for linked work items -> Set work Item Type = Task and State = Closed
    5. Filter Options -> Only Return Items that have matching links

    0 讨论(0)
提交回复
热议问题