View a list of all files changed as part of a Work

2020-07-17 07:24发布

If I am checking in code against a workitem, on each check in a changeset is created. I can view the links tab of the workitem and then view each changeset to see the files that have been changed. Over time, however, the workitem may end up with many changesets, and finding all files that have been changed can be a very time consuming and painful process. Is there any way of finding out all files changed as part of a workitem, without viewing each changeset individually?

标签: tfs changeset
1条回答
在下西门庆
2楼-- · 2020-07-17 08:18

I needed the exact same thing and I wrote a TFS utility for myself, using TFS API. It allows you to see all changes a work item triggered over time, and some things more. I've put it on codeplex. You can get it from here:

TFS Helper

查看更多
登录 后发表回答