Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以添加一个附加选项来将工作项链接到 TFS 中的签入吗?TFS 有 Associate 和 Resolve,但我想有另一个选项将工作项移动到自定义状态。
我认为您不能自定义与变更集关联的工作项的选项,因为它是一个枚举:
http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.checkinworkitemaction.aspx
如果这对您的工作来说是一个重要的场景,您可能需要向 TFS 团队提出下一个版本的建议。
希望这可以帮助。