From 6e75d71922a187abbe6bdcb639f723f30cf45175 Mon Sep 17 00:00:00 2001 From: Jodi Jang Date: Thu, 19 Sep 2024 09:50:29 -0700 Subject: [PATCH 1/2] fix(project-settings): Add that org members can edit project ownership rules --- docs/organization/membership/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/organization/membership/index.mdx b/docs/organization/membership/index.mdx index 7a80f9fae5e16..34ef280d1174d 100644 --- a/docs/organization/membership/index.mdx +++ b/docs/organization/membership/index.mdx @@ -35,7 +35,7 @@ Organization-level roles enable broad access to the entire organization, as desc | Can view and act on issues (such as assigning and resolving) | | ✓ | ✓ | ✓ | ✓ | | Can join and leave existing teams | | ✓ | ✓ | ✓ | ✓ | | Can add repositories (through GitHub integrations) | | ✓ | ✓ | ✓ | ✓ | -| Can create and remove teams from the organization | | | ✓ | ✓ | ✓ | +| Can create and remove teams from the organization | | ✓\*\* | ✓ | ✓ | ✓ | | Can change project settings | | | ✓ | ✓ | ✓ | | Can create and remove projects for the organization | | ✓\* | ✓ | ✓ | ✓ | | Can edit Global Integrations | | | ✓ | ✓ | ✓ | @@ -50,6 +50,7 @@ Organization-level roles enable broad access to the entire organization, as desc | 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. +\*\* Org Members can only edit the project ownership rule setting. ## Team-level Roles @@ -113,9 +114,9 @@ Let's say a user is a Team Admin for Team 1 and a Contributor for Team 2, and bo Projects can only be accessed by that project's team(s). Team Admins, Org Managers, and Org Owners can add or remove project teams in **Project Settings > Project Teams**. Alternatively, these roles can also add projects to a team in **Team Settings > Projects**. -All Org Members can get access to a project by joining a team associated with that project. +All Org Members can get access to a project by joining a team associated with that project. Additionally, Org Members can edit a project's ownership rules. -### Adding New Members +### Adding New Members This feature is currently only available for [Early Adopters](/organization/early-adopter-features/). From 9c61cd6dd3422cc68fd051c0c1ee6ea2aa2daf23 Mon Sep 17 00:00:00 2001 From: Jodi Jang Date: Fri, 20 Sep 2024 13:06:37 -0700 Subject: [PATCH 2/2] fix: Footnote ordering --- docs/organization/membership/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/organization/membership/index.mdx b/docs/organization/membership/index.mdx index 34ef280d1174d..f8bf031523295 100644 --- a/docs/organization/membership/index.mdx +++ b/docs/organization/membership/index.mdx @@ -35,9 +35,9 @@ Organization-level roles enable broad access to the entire organization, as desc | Can view and act on issues (such as assigning and resolving) | | ✓ | ✓ | ✓ | ✓ | | Can join and leave existing teams | | ✓ | ✓ | ✓ | ✓ | | Can add repositories (through GitHub integrations) | | ✓ | ✓ | ✓ | ✓ | -| Can create and remove teams from the organization | | ✓\*\* | ✓ | ✓ | ✓ | +| 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 | | | | ✓ | ✓ | @@ -49,8 +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. -\*\* Org Members can only edit the project ownership rule setting. +\*Org Members can only edit the project ownership rule setting. +\*\*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