Commit fe8ecbed authored by Kati Paizee's avatar Kati Paizee

Merge branch 'fix/doc-user-project-integrations' into 'master'

Doc Consistency: user/project/integration - integrations

See merge request gitlab-org/gitlab!77529
parents 7a7ba020 63476c8f
...@@ -15,10 +15,12 @@ and configure it in GitLab. ...@@ -15,10 +15,12 @@ and configure it in GitLab.
1. Open the Discord channel you want to receive GitLab event notifications. 1. Open the Discord channel you want to receive GitLab event notifications.
1. From the channel menu, select **Edit channel**. 1. From the channel menu, select **Edit channel**.
1. Click on **Webhooks** menu item. 1. Select **Integrations**.
1. Click the **Create Webhook** button and fill in the name of the bot to post the messages. Optionally, edit the avatar. 1. If there are no existing webhooks, select **Create Webhook**. Otherwise, select **View Webhooks** then **New Webhook**.
1. Note the URL from the **WEBHOOK URL** field. 1. Enter the name of the bot to post the message.
1. Click the **Save** button. 1. Optional. Edit the avatar.
1. Copy the URL from the **WEBHOOK URL** field.
1. Select **Save**.
## Configure created webhook in GitLab ## Configure created webhook in GitLab
......
...@@ -59,20 +59,20 @@ Your Slack team now starts receiving GitLab event notifications as configured. ...@@ -59,20 +59,20 @@ Your Slack team now starts receiving GitLab event notifications as configured.
The following triggers are available for Slack notifications: The following triggers are available for Slack notifications:
| Trigger name | Trigger event | | Trigger name | Trigger event |
| ------------------------ | ------------------------------------------------------ | |--------------------------------------------------------------------------|------------------------------------------------------|
| **Push** | A push to the repository. | | **Push** | A push to the repository. |
| **Issue** | An issue is created, updated, or closed. | | **Issue** | An issue is created, updated, or closed. |
| **Confidential issue** | A confidential issue is created, updated, or closed. | | **Confidential issue** | A confidential issue is created, updated, or closed. |
| **Merge request** | A merge request is created, updated, or merged. | | **Merge request** | A merge request is created, updated, or merged. |
| **Note** | A comment is added. | | **Note** | A comment is added. |
| **Confidential note** | A confidential note is added. | | **Confidential note** | A confidential note is added. |
| **Tag push** | A new tag is pushed to the repository. | | **Tag push** | A new tag is pushed to the repository. |
| **Pipeline** | A pipeline status changed. | | **Pipeline** | A pipeline status changed. |
| **Wiki page** | A wiki page is created or updated. | | **Wiki page** | A wiki page is created or updated. |
| **Deployment** | A deployment starts or finishes. | | **Deployment** | A deployment starts or finishes. |
| **Alert** | A new, unique alert is recorded. | | **Alert** | A new, unique alert is recorded. |
| **Vulnerability** | **(ULTIMATE)** A new, unique vulnerability is recorded. | | [**Vulnerability**](../../application_security/vulnerabilities/index.md) | A new, unique vulnerability is recorded. |
## Troubleshooting ## Troubleshooting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment