Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS 2012 - Code review - Reviewer name is not in the list of allowed reviewers

I want to use TFS 2012 code review template. I am using vS2012 online TFS workspace, where i created 5 of users. From VS2012 I am trying to Add Reviewer to review my code, it display error like "Reviewer name is not in the list of allowed reviewers."

like image 251
Krunal Solanki Avatar asked Apr 22 '13 12:04

Krunal Solanki


People also ask

How do I add code reviewer to TFS?

On the Team Explorer toolbar, click Home and then click Settings. In Settings, click Source Control under the Team Project section. The Source Control Settings dialog box appears. Click the Check-in Policy tab and then click Add.


1 Answers

You need to go to your Team Project and add some users to your Team. If you first select your Team Project \ Team you will notice that you have a "Members (0)" on the right. If you click "Manage all members" under that heading you can add any number of Windows or Microsoft Id users to that list.

Adding Users to a Team

Now that you have the users added to the Team, if you also select that Team in Visual Studio you will be able to select any of those users for review. This list is in fact of all users that have 'contributor' permissions to the Team Project which is granted by using the above process.

If you are having trouble setting up and configuring teams I have created a post on Modelling Teams in Team Foundation Server 2013.

like image 140
MrHinsh - Martin Hinshelwood Avatar answered Oct 19 '22 23:10

MrHinsh - Martin Hinshelwood