admin管理员组

文章数量:1316030

Assuming the user is part of one team as a contributor (not admin), and this team has specific Area Paths, how can I configure Areas in Azure DevOps to achieve the following?

  1. When creating work items, only the Areas assigned to the user's team are visible
  2. Only the user's team's boards are visible
  3. When querying items or visualizing backlogs, only items belonging to the user's team are accessible

Assuming the user is part of one team as a contributor (not admin), and this team has specific Area Paths, how can I configure Areas in Azure DevOps to achieve the following?

  1. When creating work items, only the Areas assigned to the user's team are visible
  2. Only the user's team's boards are visible
  3. When querying items or visualizing backlogs, only items belonging to the user's team are accessible
Share Improve this question asked Jan 29 at 23:00 GusGus 10.7k23 gold badges74 silver badges107 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

You could use the Team configuration in Project settings.

View permission for this node could limit the area path that you could see.

View work items in this node could limit your access to work items in this area path.

And these settings will also affect the querying work item.

本文标签: How to limit users to access only work items belonging to their teams in Azure DevOpsStack Overflow