java - 从 Eclipse EGit 或 git 命令行提交时如何引用 TFS 工作项?

标签 java eclipse git tfs

使用最新的 TFS 服务器和 Eclipse TEE plugin (Team Explorer Everywhere) committing from within Eclipse时如何引用TFS工作项?

我们希望逐步从 TFVS 切换到 Git,TFS 现在支持 Git。 但在 Eclipse Commit 对话框中,无法选择工作项。 我想应该通过TEE来扩展。

作为子问题,使用 git 命令行来实现这一点也很棒。

相关:2岁Reference TFS work item from code comment

最佳答案

在上面的 Visual Studio Team Service 和 TFS 2013 中,Git 提交可以链接到工作项。通过以“#ID”的形式添加提交注释,其中 ID 是工作项 ID,即 #437。

enter image description here

更多详细信息可以引用此博客:Associate Work Items to check-in in a TF Service Git enabled repository

关于java - 从 Eclipse EGit 或 git 命令行提交时如何引用 TFS 工作项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40764756/

相关文章:

java - 如何获取字符串中存在的所有整数?

java - 如何在 VSTS 中部署后触发 Java Selenium 测试

java - “网络错误: 415 Unsupported Media Type

python - Pydev、eclipse 和 pythonpath 问题

java:如何创建一个支持任意数量参数的函数?

java - 如何在 Window Builder 中添加 SwingX 调色板?

java - 将 java 编译成 ,class 时出错(转到)

git - 在 master 之上的 rebase 整个分支是否与从 rebased 分支中挑选每个提交相同?

git checkout master 错误 : pathspec 'master' did not match any file(s) known to git

git - 如何清除窗口git bash中的github自动登录?