创建新的 TFS 工作项时是否可以配置不同的默认迭代值?

发布于 2024-12-27 14:57:56 字数 345 浏览 1 评论 0原文

像许多人一样,我们利用每个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

庆幸我还是我 2025-01-03 14:57:56

无法为“迭代”或“区域路径”设置默认值(至少不能在 WITD 内)。

我想到了两个想法:

  1. 为您的工作项目创建一个自定义控件,将其安装在每台 PC 上,并让它在加载 WI 时更改迭代。
  2. 更简单的方法:获取强大的工具并为您的工作项目创建模板。您可以在那里预先选择迭代。当然,每个用户都必须创建自己的模板。

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:

  1. Create a custom control for your work items, install it on every PC and let it change the Iteration when the WI gets loaded.
  2. Easier way: Get the power tools and create a template for your work items. There you can preselect the Iteration. Of course every user has to create their own template.
爱她像谁 2025-01-03 14:57:56

安德烈的回答引导我进行了一些进一步的互联网研究,我找到了一个可以满足我的“这应该是一个”的选项每个用户设置”等式的一侧;

  • 安装 TFS Power 工具扩展。
  • 定义新的工作项模板
    (再次遵循我的 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;

  • Instal the TFS Power tools extension.
  • Define a new work item template
    (again following my example for a bug WI) and change the iteration
    path in the template to match that users current iteration path.
  • Save
    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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文