有没有办法使用VSTS使用提交消息关闭工作项?我尝试过:修复#123,关闭#123或解析#123但只关联提交到工作项.
所以基本上我正在通过提交消息关闭问题,例如在github:https://help.github.com/articles/closing-issues-via-commit-messages/ 但是使用vs团队服务.
最终在 2019 年,他们将其实现为 gitlab 的轻量级版本。
使用关键字fix
,fixes
或fixed #ID
将关闭工作项。
详细说明:https://learn.microsoft.com/de-de/azure/devops/repos/git/resolution-mentions ?view=azure-devops