0

I was reluctant to post this question at first as it seems like functionality that could be pretty fundamental to the way in which TFS manages work items, but I cannot find anything documented that covers it; how do I categorise TFS work items (more specifically, new tasks)?

I've created a bunch of tasks. Some may fall under 'solution setup', others fall under 'core development' for example. How do I represent this categorisation in TFS? Is it something I need to consider when I'm creating the new tasks? Or are the work items brought back in this way during the query?

4

2 回答 2

1

人们通常有几种方法来分类/组织他们的任务:

  1. 按用户故事对任务进行分组。这是通过链接 WI 来完成的,此信息将显示在 WI 查询和任务板上(任务板仅在 tfs 2012 及更高版本中可用)。
  2. 使用区域字段和区域层次结构对您的任务进行分类。区域层次结构通常用于表示应用程序的功能分解,然后应用于 WI 以根据它们影响的功能区域对它们进行分类。
  3. 活动领域。任务工作项上有一个名为 Activity 的字段,默认情况下具有以下值:部署、设计、开发、文档、测试、要求。该列表可以通过编辑工作项类型定义来定制。
于 2013-10-20T21:56:42.543 回答
0

在这方面很难找到任何东西。我已经在使用“链接项目”了,问题是查询。我创建了一个新查询并将类型设置为“树...”,以便将分层结构拉回,以模仿任务和子任务结构。

于 2013-10-20T14:14:13.487 回答