garfbradaz
garfbradaz

Reputation: 3490

Capacity - VSTS - User Privledges

I want to set some Scrum Masters up with privileges to amend the Capacity of team members within a Sprint of a Project:

enter image description here

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

Answers (2)

Marina Liu
Marina Liu

Reputation: 38106

There are two options to grant permission to edit work item capacity for a certain user.

Option 1: Add the user as a member for the default team

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.

enter image description here

Option 2: Add the user as a member for the Project Administrators group

In project Security page -> select Project Administrators group -> Members Tab -> Add -> add the user -> Save changes.

enter image description here

Upvotes: 2

Rodrigo Werlang
Rodrigo Werlang

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

Related Questions