Reputation: 3490
I want to set some Scrum Masters up with privileges to amend the Capacity of team members within a Sprint of a Project:
Which permissions are needed for a basic user to access this? I'm NOT using Azure AD, so just using the Web Portal to setup.
This is for the SaaS Visual Studio Team Services Online.
Upvotes: 2
Views: 1209
Reputation: 38106
There are two options to grant permission to edit work item capacity for a certain user.
You just need to add the user to the default team, then he/she can edot the work item capacity:
In project Security page (https://account.visualstudio.com/project/_admin/_security) -> select default team (such as Git_Scrum Team
in below example) -> Members Tab -> Add -> add the user -> Save changes.
In project Security page -> select Project Administrators group -> Members Tab -> Add -> add the user -> Save changes.
Upvotes: 2
Reputation: 2176
You could set the user as a team administrator. https://learn.microsoft.com/en-us/vsts/work/scale/add-team-administrator?view=vsts
Upvotes: 0