本文介绍了通过命令行在Changeset处关联WorkItem的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


Greetings,

Greetings,


我正在使用TFS 2013,我无法在工作项中进行变更集的关联。

I'm using TFS 2013 and i can't do a association of changeset in work item.


我使用命令进行合并  tf:  tf merge / recursive / version:C84719~C84719" $ / SC / Codigo / Homologacao"
" $ / SC / Codigo / Producao"


成功检查绕过政策:  tf checkin / r / comment:" testeAutomacao" ; / bypass / noprompt


我制作了一个"历史字段"记录变更集:  tfpt workitem / update / $ / SC / Codigo / Homologacao
22405  / fields:" History = Associated to changeset 84629"


但是现在我需要将变更集与WI相关联并自行链接。命令关联已过时,在TFS 2013中无效。我无法相信2017年在命令行中无效。

But nowm i need to associate the changeset with WI and link themselves. Command -associated is out of date and not works in TFS 2013. I can't believe in year of 2017 nothing works in command line.


谢谢

推荐答案

tfpt workitem / update /

tfpt workitem /update /


此命令不可用于关联在TFS 2013及更高版本中将变更设置为工作项。

This command is not available to associate changeset to work item in TFS 2013 and later version.

为什么我考虑使用命令来实现此目的?如果需要自动运行命令,则可以使用TFS API。有关于将工作项链接到变更集的链接:

http://stackoverflow.com/questions/35874576/how-to-associate-an-work-item-as-associate-or-resolve- in-visual-studio-tfs-a

但是如果您只想手动执行此操作,在门户网站工作项UI中,您可以轻松地将链接添加到特定变更集作为链接类型,变更集也将显示链接。

But If you just want to do this manually, in web portal work item UI, you could easily add a link to a the specific changeset as the link type and the changeset will show the link as well.


这篇关于通过命令行在Changeset处关联WorkItem的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-05 08:11