Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the list of all "Change Sets" of a user in TFS?

Tags:

tfs

I just want to get the list of all change sets of a user in TFS. I want only the id of the change set, and a link to all items which are being checked in as part of that change set.

How can I do that?

like image 438
Saeed Neamati Avatar asked Sep 29 '11 07:09

Saeed Neamati


2 Answers

Besides option presented by Richard, you can also do that from within VS using the "Changesets" option:

enter image description here

It's also possible to do it via the API. I can provide a short snippet, if you're interested.

like image 70
pantelif Avatar answered Sep 20 '22 16:09

pantelif


For Visual Studio 2013

  1. Open Source Control Explorer
  2. Right click on the repository you want to search
  3. Select Find => Find Changesets
  4. The "Find Changesets" window will open where you can filter by username.

TFS repository context menu

like image 31
pistol-pete Avatar answered Sep 23 '22 16:09

pistol-pete