Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update project permissions #9122

Merged
merged 3 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/product/accounts/membership.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Permissions in Sentry are broadly handled using [organization-level roles](#orga
All users and their organization-level roles are listed in **Settings > Members**. Users can hold any of the following org-level roles:

- **Billing** users can manage payment and compliance details.
- **Org Members** can view most data in the organization and act on issues. They can join and leave teams, and access projects their teams own.
- **Org Members** can view most data in the organization and act on issues. They can join and leave teams, and access projects their teams own. For Business and Enterprise plans, members can also create personal projects.
- **Org Admins** can edit global integrations, manage projects, and add/remove teams. They automatically assume the Team Admin role for teams they join. **Note**: This role can no longer be assigned in Business and Enterprise plans.
- **Org Managers** have full management access to all teams and projects. They can also manage the organization's membership. Org Managers can perform Team Admin actions without needing to join the team.
- **Org Owners** have full access to the organization, its data, and settings. Org Owners can perform Team Admin actions without needing to join the team.
Expand All @@ -37,7 +37,7 @@ Organization-level roles enable broad access to the entire organization, as desc
| Can add repositories (through GitHub integrations) | |||||
| Can create and remove teams from the organization | | ||||
| Can change project settings | | ||||
| Can create and remove projects for the organization | | ||||
| Can create and remove projects for the organization | | \* ||||
| Can edit Global Integrations | | ||||
| Can remove repositories | | ||||
| Can add, remove, and change Org Members | | | |||
Expand All @@ -49,6 +49,8 @@ Organization-level roles enable broad access to the entire organization, as desc
| Can transfer projects to another organization | | | | ||
| Can remove an organization | | | | ||

\*For Business and Enterprise plans, even Org Members who are not a Team Admin for any team can create a new personal project. When creating this project, the member will get assigned a new personal team that they will become a Team Admin for. [Team Admin permissions](#permissions-1) will then apply for this team.

## Team-level Roles

<Note>
Expand All @@ -64,7 +66,11 @@ Only Org Admins, Managers, and Owners can add new teams to an organization. User
- **Team Contributors** can view and act on issues. Depending on the organization rules, they can also add members to the team.
- **Team Admins** have additional permissions to manage their team's membership and projects. These permissions are granted at the team-level, and don't apply to teams where they're not a Team Admin.

Org Members can be Team Admins for specific teams, but they can't add new teams. Org Admins automatically become Team Admins when they join a team. Org Managers and Owners can perform Team Admin actions for all teams without needing to join.
Org Members can join teams as a Team Contributor and be assigned Team Admin for specific teams. Org Members who are not a Team Admin for any team can create a new personal project and personal team once, and become Team Admin for that team.

Org Admins automatically become Team Admins when they join a team.

Org Managers and Owners can perform Team Admin actions for all teams without needing to join.

### Permissions

Expand Down
Loading