permissionsazure-devopsazure-devops-server-2019test-plan

Set Permissions to Test Plans only


I'm currently searching for a way to grant specific users permissions to only use and manage the features listed ind the Test Plans tab in azure devops. So users in this group/team should not be able to see releases, builds, code and all the other stuff in the current project.

Is there a Way to achieve this?

Thanks


Solution

  • There is no default way to disable services of Repos, Pipeline, etc. You need to set the permission for each resource by referring to the following link:

    https://learn.microsoft.com/en-us/azure/devops/organizations/security/permissions?view=azure-devops&tabs=preview-page

    For example, make users not see the repo, you can deny the "Read" permission for the repo:

    enter image description here