4
votes

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?

1

1 Answers

2
votes

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