From a38e9815a16b709bb4c87921315ef92593a8e90a Mon Sep 17 00:00:00 2001 From: Luke Duncalfe Date: Mon, 16 Oct 2023 11:22:19 +1300 Subject: [PATCH] Remove group mention from GitLab for Slack docs Group mention notifications feature is only available for integrations configured at the group-level. The GitLab for Slack app can only currently be configured at the project-level. Group-level GitLab for Slack app integrations will be possible after https://gitlab.com/gitlab-org/gitlab/-/issues/391526 so we've made a note on that issue to re-add to the docs after that feature has been implemented. --- .../project/integrations/gitlab_slack_application.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/user/project/integrations/gitlab_slack_application.md b/doc/user/project/integrations/gitlab_slack_application.md index d762c71242daed..6f70305ce8bc05 100644 --- a/doc/user/project/integrations/gitlab_slack_application.md +++ b/doc/user/project/integrations/gitlab_slack_application.md @@ -168,19 +168,8 @@ The following events are available for Slack notifications: | **Wiki page** | A wiki page is created or updated. | | **Deployment** | A deployment starts or finishes. | | **Alert** | A new, unique alert is recorded. | -| **[Group mention](#trigger-notifications-for-group-mentions) in public** | A group is mentioned in a public context. | -| **[Group mention](#trigger-notifications-for-group-mentions) in private** | A group is mentioned in a confidential context. | | [**Vulnerability**](../../application_security/vulnerabilities/index.md) | A new, unique vulnerability is recorded. | -### Trigger notifications for group mentions - -> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/417751) in GitLab 16.4. - -To trigger a [notification event](#notification-events) for a group mention, use `@` in: - -- Issue and merge request descriptions -- Comments on issues, merge requests, and commits - ## Troubleshooting ### GitLab for Slack app does not appear in the list of integrations -- GitLab