Given a TFS changeset, how can I find what work item(s) it is linked to?

倾然丶 夕夏残阳落幕 提交于 2019-12-04 17:25:28

If you have the changeset number then in TFS explorer in VS press CRTL + G and provide the changeset number and click OK. That will bring the change set in team explorer.

Then you can click on a folder/file and select view history which will show you the work items related to it. See view changesets for more information.

Also, check out this MSDN blog post Listing the work items associated with changesets for a path

(From my Visual Studio 2017)

In "Team Explorer" click on "Source Control Explorer":

Click on this icon:

Put the Changeset number or search it:

Click on "Details..." (or double-click on the changeset):

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!