From ce27c6ca28ac78277ec6a67ffa66390d499ffa35 Mon Sep 17 00:00:00 2001 From: Charlie Luo Date: Wed, 22 Apr 2026 11:31:49 -0700 Subject: [PATCH] docs(ownership): add caveat for open membership ownership assignment --- docs/product/alerts/create-alerts/metric-alert-config.mdx | 2 +- docs/product/issues/ownership-rules/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/alerts/create-alerts/metric-alert-config.mdx b/docs/product/alerts/create-alerts/metric-alert-config.mdx index 1016f93cc8c2d..94aad4ab5839d 100644 --- a/docs/product/alerts/create-alerts/metric-alert-config.mdx +++ b/docs/product/alerts/create-alerts/metric-alert-config.mdx @@ -187,4 +187,4 @@ Give your alert a descriptive name, such as the team affected and the topic of t ## Team -You can choose a team to associate with an alert so that members of that team can edit this alert. Note that you can only make this association if you are a member of the team. If no team is selected, anybody can edit the alert. +You can choose a team to associate with an alert so that members of that team can edit this alert. Note that you can only create this association if you are a member of the team, unless the organization has [Open Membership](/organization/membership/#open-membership) enabled. If no team is selected, anybody can edit the alert. diff --git a/docs/product/issues/ownership-rules/index.mdx b/docs/product/issues/ownership-rules/index.mdx index 13fbdba42a63a..badee2ad3f710 100644 --- a/docs/product/issues/ownership-rules/index.mdx +++ b/docs/product/issues/ownership-rules/index.mdx @@ -37,7 +37,7 @@ The general format of a rule is: `type:pattern owners` - `example1@company.com example2@company.com` - `#backend-team` -Teams _must_ have access to the project to become owners. To grant a team access to a project, go to your project's [Project Teams](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectId/teams/) settings, and click "Add Team". +Teams _must_ have access to the project to become owners, unless the organization has [Open Membership](/organization/membership/#open-membership) enabled. To grant a team access to a project, go to your project's [Project Teams](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectId/teams/) settings, and click "Add Team". To grant a user access to a project, the user must be a member of a team with access to the project. To add a user to a team, navigate to **Settings > Teams**, select a team, and click "Add Member".