Slack slash commands
You can use slash commands to run common GitLab operations, like creating an issue, from a Slack chat environment. To use slash commands in Slack, you must configure both Slack and GitLab.
GitLab can also send events (such as issue created
) to Slack as part of the
separately configured Slack notifications.
For a list of available slash commands, see Slash commands.
Configure the integration
Slack slash commands are scoped to a project. To configure Slack slash commands:
- On the left sidebar, at the top, select Search GitLab () to find your project.
- Select Settings > Integrations.
- Select Slack slash commands. Leave this browser tab open.
- Open a new browser tab, sign in to your Slack team, and start a new Slash Commands integration.
- Enter a trigger command. We suggest you use the project name. Select Add Slash Command Integration.
-
Complete the rest of the fields in the Slack configuration page using information from the GitLab browser tab. In particular, make sure you copy and paste the URL.
- On the Slack configuration page, select Save Integration and copy the Token.
- Go back to the GitLab configuration page and paste in the Token.
- Ensure the Active checkbox is selected and select Save changes.