Reputation: 832
We have a VSTO account and we are currently opening a test environment for one of our customer. We want to provide to this customer a way to declare bugs and see all the bugs that are currently declared. We just want to allow these permissions but in the VSTS groups, there is no "tester" group. What is the best way to proceed?
Upvotes: 0
Views: 1762
Reputation: 29976
You can create a "Tester" group and add the customer via following steps:
And then you can configure the permissions for this group base on your requirement.
Under "Security" tab, you can set the general permissions.
Under "Version Control" tab, you can set the permissions to access your code resource. Click "Add..." button to add the created "Tester" group and set all the permissions to "Deny" for "Tester" group since you just want to give the customer the permissions to check bugs.
By the way, if you only have just one customer need to apply these settings, you can also configure the security for the customer directly by searching the customer name and then setting the permissions without create a group.
Upvotes: 0
Reputation: 291
The tier/group/access level I think that will help you is the Stakeholders Access Level. People with the Stakeholders Access Level will be able to create/see work items, etc., but not your source.
Also Stakeholders are free.
To see the difference between Stakeholder and Basic, https://www.visualstudio.com/products/visual-studio-team-services-feature-matrix-vs and http://vsalmdocs.azurewebsites.net/library/vs/alm/work/connect/work-as-a-stakeholder
You add a user as a Stakeholder via the Users tab on the main dashboard.
Go to your VSTS site, https://[yourprojectname].visualstudio.com/ There should be a "Users" tab/link there are the top, right below the Team Services logo, click on it Under All Users, click on Add, enter their sign-in info and the key, set their Access Level to Stakeholder
Hope this helps
Upvotes: 1