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

fix: Update org members can edit project ownership rules #11400

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
7 changes: 4 additions & 3 deletions docs/organization/membership/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | ✓\*\* | ✓ | ✓ | ✓ |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this comes before "Can create and remove projects for the organization", should we swap the footnotes? Here will be ✓\* and ✓\*\* is below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good suggestion! I've fixed the ordering

| Can change project settings | | | ✓ | ✓ | ✓ |
| Can create and remove projects for the organization | | ✓\* | ✓ | ✓ | ✓ |
| Can edit Global Integrations | | | ✓ | ✓ | ✓ |
Expand All @@ -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

Expand Down Expand Up @@ -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
<Note>
This feature is currently only available for [Early Adopters](/organization/early-adopter-features/).
</Note>
Expand Down
Loading