summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2019-07-18 12:20:31 +1000
committerRussell Dickenson <rdickenson@gitlab.com>2019-07-18 12:20:31 +1000
commit63aef4750ba1d5166dd98dd1e2c9c93e220b6fd7 (patch)
tree5841550ea675cff1aa4575dc382f3623dfb4aae6
parent4230b4e4d38b19a2506f5266a81dc41db8ac1165 (diff)
downloadgitlab-ce-docs/autocomplete_in_slash_commands.tar.gz
Added mention of autocomplete charactersdocs/autocomplete_in_slash_commands
-rw-r--r--doc/user/project/quick_actions.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 948ac91a886..f81669a41c9 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -59,6 +59,12 @@ discussions, and descriptions:
| `/create_merge_request <branch name>` | Create a new merge request starting from the current issue | ✓ | |
| `/relate #issue1 #issue2` | Mark issues as related **(STARTER)** | ✓ | |
+## Autocomplete characters
+
+Many quick actions require a parameter, for example: username, milestone, and
+label. [Autocomplete characters](autocomplete_characters.md) can make it easier
+to enter a parameter, compared to selecting items from a list.
+
## Quick actions for commit messages
The following quick actions are applicable for commit messages: