TFS 自定义对解决或关联之外的工作项的签入操作
我可以添加一个附加选项来将工作项链接到 TFS 中的签入吗? TFS 具有 Associate 和 Resolve,但我希望有另一个选项将工作项移动到自定义状态。
Can I add an additional option to the linking of work items to a checkin in TFS? TFS has Associate and Resolve, but I would like to have another option to move the work item to a custom state.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您无法自定义与变更集关联的工作项上的选项,因为它是一个枚举:
http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.checkinworkitemaction.aspx
如果这对于您的工作来说是一个重要的场景,您可能希望向 TFS 团队提出下一个版本的建议。
希望这有帮助。
I don't think you can customize the option on the work items associated with the changeset because it is an enum:
http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.checkinworkitemaction.aspx
If it's an important scenario for your work you might want to make the suggestion to the TFS team for the next release.
Hope this helps.