How to get a flat view of a TFS item tree?

点点圈 提交于 2020-03-02 17:18:31

问题


So the tree view in TFS shows items all over the place, clicking one by one is plain stupid monkey work, There must be a way to view all the items in a tree in one flat view, this is what the most of simple web forums have at least, surely there must be something in TFS to enable one to view all the items of a tree in a flat manner, by that I mean if we have this in a tree

A Release
 B Feature
  F Task
 C Feature
  D Task
  E Task

instead of clicking on each item and going forwards and backwards to read the whole thing we should get a single view as such :

A Release
B Feature
F Task
C Feature
D Task
E Task

I don't know what the search term is for this (if any) under TFS


回答1:


There isn't any way to do this in "Backlogs", you can submit a feature request on VSTS User Voice.

However, as an alternative way, you can do this from "Queries". Refer to following steps for details:

  1. Create a query to get all the work items you want and save the query. (You can select the flat list or tree list view if you want).

  2. Open the context menu of the new created query and select "Run Query". Then you will get a UI like following:

The upper part of the UI shows all the work items with the view mode you set and the left area show the detailed information about the work item you select. When you click the work items, the detailed information will display.



来源:https://stackoverflow.com/questions/37127322/how-to-get-a-flat-view-of-a-tfs-item-tree

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