创建新的 TFS 工作项时是否可以配置不同的默认迭代值?
像许多人一样,我们利用每个 TFS 项目的Iteration 字段的树结构来组织该项目中的工作项。通常我们使用它来跟踪我们正在进行的迭代,因此大多数时候创建工作项的每个人都需要在新工作项中放置相同的迭代路径值。
默认情况下,当您创建新的工作项(例如错误)时,该字段将设置为已定义树的根值。鉴于我们在该领域有一个树结构,可以公平地说,对于 99% 的 WI 来说,默认值永远不会正确。
有没有办法将 TFS 项目配置为在创建新工作项时将 Iteration 字段默认为特定值?
理想情况下,这应该是每用户设置,但 TFS 项目范围仍然比没有好。
Like many people we utilise the tree structure of each TFS project's Iteration field to organise the work items within that project. Typically we use it to track what iteration we are working in, so most of the time everyone creating a work item needs to put the same Iteration path value in new work items.
By default when you create a new work item (bug for example) this field is set to the root value of the defined tree. Given we have a tree structure in this field its fair to say that for 99% of WIs the default is never correct.
Is there a way to configure a TFS project to default the Iteration field to a specific value when creating a new work item?
Ideally this should be a per user setting, but a TFS project wide would still be better than nothing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
无法为“迭代”或“区域路径”设置默认值(至少不能在 WITD 内)。
我想到了两个想法:
It's not possible to set a default value for Iteration or Area Path (at least not inside the WITD).
Two ideas come into my mind:
安德烈的回答引导我进行了一些进一步的互联网研究,我找到了一个可以满足我的“这应该是一个”的选项每个用户设置”等式的一侧;
(再次遵循我的 bug WI 示例)并更改迭代
模板中的路径与用户当前的迭代路径相匹配。
模板。
从那时起,您可以使用此模板添加工作项(团队 -> 工作项模板)并从模板获取迭代路径默认值。
Andrei's answer lead me to some further internet research and I have found a option that fulfills my "this should be a per user setting" side of the equation;
(again following my example for a bug WI) and change the iteration
path in the template to match that users current iteration path.
the template.
From that point on you can add a work item using this template (team -> work item templates) and get the Iteration path default from the template.