TFS 2012 - Code Review - Reviewer name not in allowed reviewers list

I want to use the TFS 2012 code validation template. I use the vS2012 online TFS workspace, where I created 5 users. From VS2012 I am trying to add a reviewer to view my code, it displays an error, for example: "The name of the reviewer is not in the list of allowed reviewers."

+5
source share
1 answer

You need to go to the Team project and add some users to your team. If you first select Team Project \ Team, you will notice that you have “Members (0)” on the right. If you click Manage All Members under this heading, you can add any number of Windows or Microsoft Id users to this list.

Adding Users to a Team

Now that you have added users to the team, if you also select this command in Visual Studio, you can select any of these users to view. This list is actually all users who have "Contributor" permissions for Team Project, which are provided using the above process.

, Foundation Server 2013.

+4

All Articles