When you add a user to Azure devops, you have to chose if that user is basic or stakeholder.
There are only three types of user who use devops:
- developers
- admins
- devops
How do you map stakeholder and basic onto these?
One could assume that stakeholder = admin, and basic = developer, but the documentation seems to point to stakeholders having less permissions.
The docs say
Stakeholders are users with free but limited access to Azure DevOps features and functions. With Stakeholder access, you can add and modify work items, manage build and release pipelines, and view dashboards.
This doesn't really help. Is a stakeholder a developer? If not, who are they? Does stakeholder = Non Technical manager who doesn't use git or know what a pipeline is? In this case, why do they have access to pipelines, which are highly technical and only touched by senior devops?
Could anyone shed light on these two user types, and how we would know which to choose and when?
