Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-18 12:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-18 12:08:09 +0300
commit990891feb7cb31269ad7ec13f359aea6b25c1f00 (patch)
tree0c1dba50660232fc0d9c1e37ea3e96783abca718 /doc/user/project/integrations
parentccf350cb4cab8bcaa457313fea2d596d50cdf820 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r--doc/user/project/integrations/webhook_events.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/user/project/integrations/webhook_events.md b/doc/user/project/integrations/webhook_events.md
index 4cb3a117bfa..73450971434 100644
--- a/doc/user/project/integrations/webhook_events.md
+++ b/doc/user/project/integrations/webhook_events.md
@@ -6,8 +6,11 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Webhook events **(FREE ALL)**
-You can configure a [webhook](webhooks.md) in your project that triggers when
-an event occurs. The following events are supported.
+This page lists the events that are triggered for [project webhooks](webhooks.md) and [group webhooks](webhooks.md#group-webhooks).
+
+For a list of events triggered for system webhooks, see [system webhooks](../../../administration/system_hooks.md).
+
+**Events triggered for both project and group webhooks:**
Event type | Trigger
---------------------------------------------|-----------------------------------------------------------------------------
@@ -20,12 +23,17 @@ Event type | Trigger
[Pipeline event](#pipeline-events) | A pipeline status changes.
[Job event](#job-events) | A job status changes.
[Deployment event](#deployment-events) | A deployment starts, succeeds, fails, or is canceled.
-[Group member event](#group-member-events) | A user is added or removed from a group, or a user's access level or access expiration date changes.
-[Subgroup event](#subgroup-events) | A subgroup is created or removed from a group.
[Feature flag event](#feature-flag-events) | A feature flag is turned on or off.
[Release event](#release-events) | A release is created, updated, or deleted.
[Emoji event](#emoji-events) | An emoji reaction is added or removed.
+**Events triggered for group webhooks only:**
+
+Event type | Trigger
+---------------------------------------------|-----------------------------------------------------------------------------
+[Group member event](#group-member-events) | A user is added or removed from a group, or a user's access level or access expiration date changes.
+[Subgroup event](#subgroup-events) | A subgroup is created or removed from a group.
+
NOTE:
If an author has no public email listed in their
[GitLab profile](https://gitlab.com/-/profile), the `email` attribute in the
@@ -1578,7 +1586,7 @@ Payload example:
## Group member events **(PREMIUM ALL)**
-> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/260347) in GitLab 13.7.
+These events are triggered for [group webhooks](webhooks.md#group-webhooks) only.
Member events are triggered when:
@@ -1673,7 +1681,7 @@ Payload example:
## Subgroup events **(PREMIUM ALL)**
-> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/260419) in GitLab 13.9.
+These events are triggered for [group webhooks](webhooks.md#group-webhooks) only.
Subgroup events are triggered when: