1

We currently have visual studio 2015 with TFS 2010. I am looking for a way to find a code reviewer for each one of the changesets in our team project. I did a little research, and found two different questions that were answered, but none that help me out with what I am looking for.

I have looked into TFS Sidekicks, but it looks like I would need TFS 2015 and Visual Studio 2015, or Visual Studio 2010 and TFS 2010, which is not the configuration I have, and it isn't a configuration I can get at this time.

I am looking for a way to do this without looking at each individual changeset.

Any help would be appreciated.

John Janssen
  • 293
  • 2
  • 12
  • 30

1 Answers1

0

If you already know the code reviewer and want to find all related changeset.

You can achieve this in a command prompt by running tfpt searchcs after install TFS Power Tools.

enter image description here

There are multiple check in note options to filter the changesets.


If you just want to know all the check in history including code reviewer check in note for all changesets. Either install VS2010 and using Team Foundation Sidekicks as mentioned above or using TFS API to achieve this. A similar question for your reference: How to get history of checkins/changsets for specific Team Project?

Community
  • 1
  • 1
PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62