0

I have TFS 2010 basic and I would like to view all checked in files that have been associated with a work item. Any ideas?

Cheers Tigger

dbc
  • 104,963
  • 20
  • 228
  • 340
WooHoo
  • 1,912
  • 17
  • 22

1 Answers1

1

You need to get the list of changesets associated with the work item, and then the file list associated with each changeset. There is no direct link from work item to changed files.

Richard
  • 106,783
  • 21
  • 203
  • 265
  • Thanks for your reply Richard, I'm new to TFS (VSS convert) so i can follow your suggestion up to the point where i can identify the changeset. But what do i do then to view the files related to the changeset? – WooHoo Oct 21 '10 at 12:20
  • Richard, I spotted the All Links tab, which lists the changeset and from there i can double click the changeset to get a list of files. Cheers Tigger – WooHoo Oct 21 '10 at 12:27