View a list of all files modified as part of Workitem in TFS

If I check the code for a work item, each check in the change set is created. I can view the link tab of the work item and then view each set of changes to see the files that have changed. Over time, however, many sets of changes may appear in the workplace, and finding all the files that have been changed can be a very laborious and painful process. Is there a way to find out all files modified as part of a work item without separately viewing each set of changes?

+4
tfs changeset
source share
1 answer

I needed the same thing, and I wrote the TFS utility for myself using the TFS API. This allows you to see all the changes that a work item is triggering over time, and some other things. I put it on codeplex. You can get it from here:

TFS Assistant

+2
source share

All Articles