使用“待更改”窗口时如何设置工作项状态/原因
我在 TFS 2010 中对任务使用自定义工作流程。但是,当我使用“待处理更改”窗口签入代码并“解决”任务时,它会自动进入“已关闭”状态,原因是“剪切”。
有什么办法可以改变这种行为吗?
I am using a custom workflow for tasks in TFS 2010. However, when I check in code using the Pending Changes window and "Resolve" a task it is automatically put into a state of Closed with a reason of Cut.
Is there any way to modify this behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您将签入与工作项关联时,Visual Studio 中默认执行的操作由流程模板中的 Microsoft.VSTS.Actions.Checkin 操作控制。请参阅http://www.woodwardweb.com/vsts/000230.html
The action that is defaulted to in Visual Studio when you associate a check-in to a work item is controlled by the Microsoft.VSTS.Actions.Checkin action in your process template. See http://www.woodwardweb.com/vsts/000230.html