在 TFS 中创建子工作项时复制字段值?

发布于 2024-11-03 11:10:46 字数 227 浏览 1 评论 0原文

我们有一个使用敏捷流程模板的 TFS 团队项目。 我们已向用户故事和任务工作项类型添加了一个字符串字段。 该字段是绑定到全局列表的下拉列表。

当您从现有工作项创建新的链接工作项时(例如,使用“链接”选项卡上的“新建”按钮),“分配给”、“区域”和“迭代”值将复制到新的链接项。

我们还想复制我们添加的字符串字段的值,这样就不必手动设置它。

如果使用 TFS 定制可以实现这一点,有什么想法吗?

We have a TFS team project using the Agile process template.
We have added a string field to the User Story and Task work item types.
This field is a dropdown bound to a global list.

When you create a new linked workitem from an existing workitem (using the NEW button on the LINKS tab for example), the Assigned To, Area and Iteration values are copied to the new linked item.

We would like to also copy the value for the string field that we've added, so that it does not have to be set manually.

Any ideas if this is possible using TFS customization?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

兔姬 2024-11-10 11:10:46

这是可能的...但不能使用“开箱即用”的工作项功能。您需要使用 SDK (http://archive.msdn.microsoft.com/tfssdk) 编写一些自定义代码才能获得此行为。

It's possible... but not with "out of the box" work item features. You'd need to write some custom code with the SDK (http://archive.msdn.microsoft.com/tfssdk) to get this behavior.

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