TFS 2017 (Web Portal) - 在用户故事的链接选项卡上修改子网格的列
TFS 2017 (Web Portal) - Modify Columns of Child grid on Links tab of a User Story
我正在寻找一个选项来修改用户故事的子链接列。我想添加“分配给”列以查看谁 is/was 在处理此子任务。
这是我询问的网页屏幕截图:
没有 built-in option/way 来简单 add/manage TFS 用户故事中的列。
但是,您可以使用 工作项查询 作为解决方法来实现您的要求。查询结果有assign to列
We could use "Tree of work items" type of query:
- Select "Tree of work items"
- Set up the query for the top level work items,
"User Story" with id
105
for example here (See below screenshot, just specify the Parent work item ID here).
- Under "Filters for linked work items" you can exclude descendent
items, or specify the Child work item types, for example only
show Task and Bug, just set
Work Item Type in Task,Bug
, or
leave it as [Any], it will returns all the types of child work
items for the specific Parent.
- Filter options : Match top-level work items first, Type of tree :
Parent/Child
结果应如下所示,您可以清楚地看到用户故事子任务的 分配给 列,并知道谁 is/was 在处理此子任务。
我正在寻找一个选项来修改用户故事的子链接列。我想添加“分配给”列以查看谁 is/was 在处理此子任务。
这是我询问的网页屏幕截图:
没有 built-in option/way 来简单 add/manage TFS 用户故事中的列。
但是,您可以使用 工作项查询 作为解决方法来实现您的要求。查询结果有assign to列
We could use "Tree of work items" type of query:
- Select "Tree of work items"
- Set up the query for the top level work items, "User Story" with id
105
for example here (See below screenshot, just specify the Parent work item ID here).- Under "Filters for linked work items" you can exclude descendent items, or specify the Child work item types, for example only show Task and Bug, just set
Work Item Type in Task,Bug
, or leave it as [Any], it will returns all the types of child work items for the specific Parent.- Filter options : Match top-level work items first, Type of tree : Parent/Child
结果应如下所示,您可以清楚地看到用户故事子任务的 分配给 列,并知道谁 is/was 在处理此子任务。