summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-12-05 15:36:11 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-05 15:36:11 +0000
commitca95ee6264325efdd62890c320f8dd4b40657432 (patch)
tree5d11b031338b71a2adc580048dd400fbc2092a48
parent844d95fb74d0732d4354c4d0ebfdaa5d12e5588e (diff)
parent29e058ba953dab54c32b4662c13da0b88c351ffa (diff)
downloadgitlab-ce-ca95ee6264325efdd62890c320f8dd4b40657432.tar.gz
Merge branch 'add-slack-app-case-to-docs' into 'master'
Add slack app case to docs See merge request gitlab-org/gitlab-ce!15729
-rw-r--r--doc/integration/slash_commands.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/integration/slash_commands.md b/doc/integration/slash_commands.md
index aa52b5415cf..36a8844e953 100644
--- a/doc/integration/slash_commands.md
+++ b/doc/integration/slash_commands.md
@@ -17,6 +17,9 @@ Taking the trigger term as `project-name`, the commands are:
| `/project-name issue search <query>` | Shows up to 5 issues matching `<query>` |
| `/project-name deploy <from> to <to>` | Deploy from the `<from>` environment to the `<to>` environment |
+Note that if you are using the [GitLab Slack application](https://docs.gitlab.com/ee/user/project/integrations/gitlab_slack_application.html) for
+your GitLab.com projects, you need to [add the `gitlab` keyword at the beginning of the command](https://docs.gitlab.com/ee/user/project/integrations/gitlab_slack_application.html#usage).
+
## Issue commands
It is possible to create new issue, display issue details and search up to 5 issues.