summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-05 17:58:01 +0000
committerEvan Read <eread@gitlab.com>2019-08-05 17:58:01 +0000
commitfab7500d664f91992fed90ae787af77e29a0f89c (patch)
tree67f0bc7bd5587c6409153d6561b113845d9ed617
parentc368bae5b745f7707184ac9d589d7717aa0af258 (diff)
parent2849715a0e559465ae95b4d040a298aeadde0b69 (diff)
downloadgitlab-ce-fab7500d664f91992fed90ae787af77e29a0f89c.tar.gz
Merge branch 'docs-quick-action-labels' into 'master'
Document when quotes aren't needed for quick actions Closes #63735 See merge request gitlab-org/gitlab-ce!31338
-rw-r--r--doc/user/project/quick_actions.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index b8e0ef8d12f..437899dce1e 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -70,6 +70,19 @@ 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 parameters
+
+The easiest way to set parameters for quick actions is to use autocomplete. If
+you manually enter a parameter, it must be enclosed in double quotation marks
+(`"`), unless it contains only:
+
+1. ASCII letters.
+2. Numerals.
+3. Underscore, hyphen, question mark, dot, and ampersand.
+
+Parameters are also case-sensitive. Autocomplete handles this, and the insertion
+of quotation marks, automatically.
+
## Quick actions for commit messages
The following quick actions are applicable for commit messages: