通过提交消息关闭工作项

时间:2016-04-07 07:32:54

标签: git azure-devops

有没有办法使用VSTS使用提交消息关闭工作项?我尝试过:修复#123,关闭#123或解析#123但只关联提交到工作项。

所以基本上我正在通过提交消息来关闭问题,比如github:https://help.github.com/articles/closing-issues-via-commit-messages/ 但是使用vs团队服务。

3 个答案:

答案 0 :(得分:2)

不,暂时没有办法做到这一点。

类似的问题:TFS git commit change work item status

VSTS用户语音的功能请求:Update work items on commit for git

答案 1 :(得分:2)

最后,他们在2019年将其实现为gitlab的简化版。

使用关键字fixfixesfixed #ID将关闭工作项。

详细说明:https://docs.microsoft.com/de-de/azure/devops/repos/git/resolution-mentions?view=azure-devops

答案 2 :(得分:0)

我关注了this文章,并能够使用#ID链接工作项。您可以在拉取请求讨论,提交评论,变更集评论和书架集评论中使用#ID控件。

enter image description here