简体   繁体   English

将TFS-workitem链接到外部git

[英]Linking TFS-workitem to external git

we're using a git server. 我们正在使用git服务器。 Now we also want to use the Team Foundation Server, for tracking our issues, bugs and tasks. 现在,我们还希望使用Team Foundation Server来跟踪我们的问题,错误和任务。 Is there any possibility, to use TFS with a external git server. 有可能与外部git服务器一起使用TFS。

I know, there is a git-server included in TFS, but we want to keep our current server. 我知道,TFS中包含一个git-server,但我们希望保留当前服务器。

Especially we are interested in linking our workitems to the changes in git. 尤其是我们有兴趣将我们的工作项链接到git的更改。

Thanks 谢谢

TFS supports the external Git. TFS支持外部Git。 You can link the work items to external git with REST API, see Work Items - Get Work Item . 您可以使用REST API将工作项链接到外部git,请参阅工作项-获取工作项

You can also have a try with this extension : External Git WorkItem Integration . 您也可以尝试以下扩展: 外部Git WorkItem集成 This task allows you to associate external git changes with Work Item defined in a comment of a last commit 通过此任务,您可以将外部git更改与上次提交的注释中定义的工作项相关联

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM