Commit 158e85a5 authored by Jaspreet Singh's avatar Jaspreet Singh Committed by Kati Paizee

Fix Value issues for mattermost_slash_commands.md

parent 124f7b9d
...@@ -32,7 +32,7 @@ on your configuration: ...@@ -32,7 +32,7 @@ on your configuration:
If Mattermost is installed on the same server as GitLab, the configuration process can be If Mattermost is installed on the same server as GitLab, the configuration process can be
done for you by GitLab. done for you by GitLab.
Go to the Mattermost Slash Command service on your project and click **Add to Mattermost** button. Go to the Mattermost Slash Command service on your project and select **Add to Mattermost**.
## Manual configuration ## Manual configuration
...@@ -52,13 +52,13 @@ installations from source. ...@@ -52,13 +52,13 @@ installations from source.
To enable custom slash commands from the Mattermost administrator console: To enable custom slash commands from the Mattermost administrator console:
1. Sign in to Mattermost as a user with administrator privileges. 1. Sign in to Mattermost as a user with administrator privileges.
1. Next to your username, click the **{ellipsis_v}** **Settings** icon, and 1. Next to your username, select the **{ellipsis_v}** **Settings** icon, and
select **System Console**. select **System Console**.
1. Select **Integration Management**, and set these values to `TRUE`: 1. Select **Integration Management**, and set these values to `TRUE`:
- **Enable Custom Slash Commands** - **Enable Custom Slash Commands**
- **Enable integrations to override usernames** - **Enable integrations to override usernames**
- **Enable integrations to override profile picture icons** - **Enable integrations to override profile picture icons**
1. Click **Save**, but do not close this browser tab, because you need it in 1. Select **Save**, but do not close this browser tab, because you need it in
a later step. a later step.
### Get configuration values from GitLab ### Get configuration values from GitLab
...@@ -85,9 +85,9 @@ the previous step: ...@@ -85,9 +85,9 @@ the previous step:
1. In the Mattermost tab you left open when you 1. In the Mattermost tab you left open when you
[enabled custom slash commands](#enable-custom-slash-commands), go to your [enabled custom slash commands](#enable-custom-slash-commands), go to your
team page. team page.
1. Click the **{ellipsis_v}** **Settings** icon, and select **Integrations**. 1. Select the **{ellipsis_v}** **Settings** icon, and select **Integrations**.
1. In the left menu, select **Slash commands**. 1. In the left menu, select **Slash commands**.
1. Click **Add Slash Command**: 1. Select **Add Slash Command**:
![Mattermost add command](img/mattermost_add_slash_command.png) ![Mattermost add command](img/mattermost_add_slash_command.png)
1. Provide a **Display Name** and **Description** for your new command. 1. Provide a **Display Name** and **Description** for your new command.
...@@ -101,7 +101,7 @@ the previous step: ...@@ -101,7 +101,7 @@ the previous step:
[viewed configuration values](#get-configuration-values-from-gitlab). [viewed configuration values](#get-configuration-values-from-gitlab).
1. For all other values, you may use the suggestions from GitLab or use your 1. For all other values, you may use the suggestions from GitLab or use your
preferred values. preferred values.
1. Copy the **Token** value, as you need it in a later step, and click **Done**. 1. Copy the **Token** value, as you need it in a later step, and select **Done**.
### Provide the Mattermost token to GitLab ### Provide the Mattermost token to GitLab
...@@ -116,7 +116,7 @@ provide to GitLab: ...@@ -116,7 +116,7 @@ provide to GitLab:
![Mattermost copy token to GitLab](img/mattermost_gitlab_token.png) ![Mattermost copy token to GitLab](img/mattermost_gitlab_token.png)
1. Click **Save changes** for the changes to take effect. 1. Select **Save changes** for the changes to take effect.
Your slash command can now communicate with your GitLab project. Your slash command can now communicate with your GitLab project.
......
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