parents 的任务显示在 TFS 2015 中的 Unparented 下
Tasks with parents showing up under Unparented in TFS 2015
升级到 TFS 2015 后,我有一堆任务显示在当前迭代的待办事项列表中的 Unparented 下。不过这些任务都有 parents。通过每个任务,看起来 parents 都是处于活动或已删除状态的用户故事。已解决的用户故事与他们的任务一起显示得很好。我怎样才能让活跃和已解决的用户故事与他们的任务一起出现在积压工作中?
You can track unparented tasks in similar ways to other tasks, or drag
them to an existing backlog item to parent them. The Unparented card
tracks the total of remaining work defined for all unparented tasks,
however, it isn’t associated with any work item.
source: Task board from MSDN
如果父用户故事满足这些规则,我们将显示它们:
- 它需要是新的、活跃的、已解决的或已关闭的。我们不显示已删除的用户故事
- 它需要在团队使用的区域路径中。
我怀疑第二个要求是不正确的。工具栏上还有一个显示 "Create Query" 的按钮,它为您提供我们用来获取任务板数据的查询,以便在需要时进行进一步调试。
原来我不得不编辑我的进程配置,并在 <RequirementBacklog>
部分的 <States>
中添加 Active、Removed 和其他一些状态。
已用:
witadmin exportprocessconfig ...
导出配置,在记事本中编辑它
witadmin importprocessconfig
导入更新配置
有关更多信息,请参阅 here
升级到 TFS 2015 后,我有一堆任务显示在当前迭代的待办事项列表中的 Unparented 下。不过这些任务都有 parents。通过每个任务,看起来 parents 都是处于活动或已删除状态的用户故事。已解决的用户故事与他们的任务一起显示得很好。我怎样才能让活跃和已解决的用户故事与他们的任务一起出现在积压工作中?
You can track unparented tasks in similar ways to other tasks, or drag them to an existing backlog item to parent them. The Unparented card tracks the total of remaining work defined for all unparented tasks, however, it isn’t associated with any work item.
source: Task board from MSDN
如果父用户故事满足这些规则,我们将显示它们:
- 它需要是新的、活跃的、已解决的或已关闭的。我们不显示已删除的用户故事
- 它需要在团队使用的区域路径中。
我怀疑第二个要求是不正确的。工具栏上还有一个显示 "Create Query" 的按钮,它为您提供我们用来获取任务板数据的查询,以便在需要时进行进一步调试。
原来我不得不编辑我的进程配置,并在 <RequirementBacklog>
部分的 <States>
中添加 Active、Removed 和其他一些状态。
已用:
witadmin exportprocessconfig ...
导出配置,在记事本中编辑它
witadmin importprocessconfig
导入更新配置
有关更多信息,请参阅 here