在 TFS 中创建子工作项时复制字段值?
我们有一个使用敏捷流程模板的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可能的...但不能使用“开箱即用”的工作项功能。您需要使用 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.