Kyle
Kyle

Reputation: 17677

Is it possible to have a user without access to code in Visual Studio Online?

In Visual Studio Online, is it possible to have a user that can access things such as the product backlog, but are unable to access the code (read or write)?

Upvotes: 0

Views: 528

Answers (2)

Ed Blankenship
Ed Blankenship

Reputation: 5223

Yes, it is also available by default in the (free) Visual Studio Online Stakeholder plan that was recently released.

Upvotes: 0

Richard Banks
Richard Banks

Reputation: 12546

Yes. Permissions are quite granular in VSO.

There's no default group with those permissions, so you'll need to create a new group in the admin pages. Give that new group permissions to the work items, etc (look at the settings for the contributors group to see an example) and in the version control tab ensure that all the permissions are set to deny for each of the available options.

After that, just add users to that group and you should be good to go.

Upvotes: 3

Related Questions