Reputation: 17677
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
Reputation: 5223
Yes, it is also available by default in the (free) Visual Studio Online Stakeholder plan that was recently released.
Upvotes: 0
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