Shariar
Shariar

Reputation: 3

Repository Level Restriction in Visual Studio Team Service

We are planning to use the Visual Studio Team Service for our DevOps process. But the problem is we can not give restriction in repository level. In Visual Studio Team Service , restriction can be implemented in project level, We want to create all repository in one project so that we can easily manage our scrum board. Now how can we give repository level restriction like GitHub or Bitbucket where only assigned team member can only see the repository ?

Upvotes: 0

Views: 133

Answers (2)

starian chen-MSFT
starian chen-MSFT

Reputation: 33698

You can refer to these steps to set permission:

1.Add users to your VSTS (https://XXX.visualstudio.com/_user) (I turn off the feature of Streamlined User Management)

2.Go to your Git team project admin page and select version control (https://XXX.visualstudio.com/[teamproject]/_admin/_versioncontrol)

3.Select a repository

4.In Security page, click Add > Add user to add members

5.Grant these users Contribute and Read permission

Note: View instance-level information (For connection in Visual Studio) and View project-level information are needed too.

More information about permission, you can refer to this article: Permissions and groups defined for Team Services and TFS

Upvotes: 0

Daniel Mann
Daniel Mann

Reputation: 59020

You can set permissions at the repository level. Look at the "Version Control" section of the administration area.

Upvotes: 0

Related Questions