Reputation: 27659
How to see the Check-In History of a particular user in TFS (TFS-2008)?
Upvotes: 60
Views: 51621
Reputation: 51
You could also do this by logging in to TFS and navigating to Code>Changesets
Upvotes: 4
Reputation: 1381
How to: Find a Changeset in Visual Studio 2010:
In Source Control Explorer, on the File menu, point to Source Control, and then click Find Changesets.
For some reason newer versions of the article are in a different location. Here are links to newer versions of the article:
How to: Find a Changeset in Visual Studio 2012
How to: Find a Changeset in Visual Studio 2013
Upvotes: 92
Reputation: 300797
Yes. The easy way: download and install Team Foundation Sidekicks (it's free).
From the attrice website:
Upvotes: 34
Reputation: 21
Here is an explanation on how to do this using TFS Sidekicks. A comment in the top voted answer asked for details, but I am unable to comment on posts so I added it as an answer.
Install TFS Sidekicks Connect to your TFS server Choose Tools | History Sidekick Select User under User name pull down. Select the branch or folder that you are interested in.
You will then see a list of changesets from that one user in the selected branch or folder.
Upvotes: 2
Reputation: 19952
But it is very strange that one cannot do this filtering directly, when viewing the entire history of a team-project.
Yet another alternative is to use the "Link to"-search within TFS WorkItem:
Upvotes: 15