TFS query for tasks with no parent

前端 未结 1 1617
既然无缘
既然无缘 2020-12-15 02:54

I would like create a Flat list of work items query in TFS in which the results contain all of the specified PBI and Bug cases and any Task cases that have no parent.

<
相关标签:
1条回答
  • 2020-12-15 03:38

    You need to change the type of your query to the Direct Links query, then choose the option to pull back all work items without any matching links. The results will still be a flat list.

    enter image description here

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