It's easy to see what changesets are linked to a given work item. But is it possible, given a changeset, to find out what work item(s) it is linked to?
相关问题
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- What is the difference between tfpt scorch and tfp
- TFS 2017 Agent: and error occured while sending th
相关文章
- Is it possible to do a “destroy history” in TFS?
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
- Is it possible to create a docker container from T
- How to Move TFS 2010 Build Definition between Proj
- How to fix TF246017 The Team foundation server cou
- How to open TFS Power Tools - Alerts Explorer
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):