Skip to content

Commit c228cdd

Browse files
authored
Enterprise teams GA (#61366)
1 parent 755af92 commit c228cdd

7 files changed

Lines changed: 13 additions & 14 deletions

File tree

content/copilot/tutorials/roll-out-at-scale/govern-at-scale/establish-ai-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_from:
1414
---
1515

1616
> [!NOTE]
17-
> Enterprise custom roles and enterprise teams are in public preview and subject to change.
17+
> Enterprise custom roles are in public preview and subject to change.
1818
1919
## Overview
2020

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #19643
2+
# Enterprise teams GA and associated capabilities
3+
4+
versions:
5+
ghec: '*'
6+
ghes: '>=3.22'

data/reusables/enterprise-onboarding/about-teams.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Teams are **groups of users** in an enterprise or organization. By creating team
66

77
**Organization teams** are managed at the organization level and can only include members of a single organization. There are certain features of organization teams that are not currently supported for enterprise teams, such as CODEOWNER status.
88

9-
>[!NOTE] Enterprise teams are in public preview and subject to change.
10-
119
## Can I manage teams from an identity provider?
1210

1311
{% ifversion ghes %}If you have enabled SCIM user provisioning on {% data variables.product.prodname_ghe_server %}{% else %}If you have integrated {% data variables.product.github %} with an identity provider (IdP){% endif %}, you can link teams on {% data variables.product.github %} with groups in your IdP. When membership of the IdP group changes, the change is reflected in the {% data variables.product.github %} team, allowing you to centralize access management.
@@ -43,8 +41,11 @@ You may need to create organization teams if the functionality you need is not c
4341

4442
However, unlike organization teams, enterprise teams currently do **not** support:
4543

44+
{%- ifversion enterprise-teams-ga %}
45+
{%- else %}
4646
* `@-mentions` of the team name in organizations
4747
* Review requests of the team in pull requests
48+
{%- endif %}
4849
* Adding the team to a project board
4950
{%- ifversion not ghes %}
5051
* Team sync if you use {% data variables.product.prodname_ghe_cloud %} with personal accounts

data/reusables/enterprise-onboarding/best-practices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ You should regularly evaluate your strategies for access, governance, and organi
2222

2323
## Use teams to organize people
2424

25-
>[!NOTE] Enterprise teams are in public preview and subject to change.
26-
2725
Enterprise teams are the best way to control access and permissions at scale. Create teams and manage their membership as your primary means of performing actions like adding users to organizations, granting licenses, and delegating access to enterprise settings.
2826

2927
When you use teams in this way, controlling membership of teams is a sensitive action. Limit the permission to control teams and their membership to a small number of people. If you use an external identity provider (IdP), sync teams to IdP groups so that team membership can be controlled by a central administrator.

data/reusables/enterprise-onboarding/create-enterprise-teams.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
>[!NOTE] Enterprise teams are in public preview and subject to change.
2-
31
## 1. Navigate to the enterprise teams page
42

53
{% data reusables.enterprise-accounts.access-enterprise %}

data/reusables/enterprise/enterprise-team-api.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
> [!NOTE]
2-
> These endpoints are currently in {% data variables.release-phases.public_preview %} and subject to change.
3-
>
4-
> This API documentation is for enterprises on {% data variables.product.prodname_ghe_cloud %}.
5-
>
6-
> If your enterprise is Copilot Business for non-GHE, please refer to the early access documentation link that was previously shared to you.
7-
81
These endpoints are only available to authenticated members of the enterprise team's enterprise with classic {% data variables.product.pat_generic_plural %} with the `read:enterprise` [scope](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps) for `GET` APIs and `admin:enterprise` for other APIs.
92

103
These endpoints are not compatible with {% data variables.product.pat_v2_plural %} or GitHub App access tokens.

data/reusables/enterprise/enterprise-teams-can.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Enterprise teams can:
66
* Be assigned **predefined and custom enterprise roles**, giving members access to enterprise settings.
77
* Be **added to organizations**, where organization administrators can grant the team additional access and permissions.
88
* Receive **bypass access** on rulesets.
9+
{%- ifversion enterprise-teams-ga %}
10+
* Be mentioned, assigned, or requested for review in **issues and pull requests**.
11+
{%- endif %}

0 commit comments

Comments
 (0)