summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-08-02 14:35:24 +0100
committerSean McGivern <sean@gitlab.com>2019-08-02 14:35:24 +0100
commit56d8bd8d90da3c5c201aae114ee3100289eea6f7 (patch)
tree4dde3017020ad70704e6815f7255aa4309887faf
parenta95afe5c29af5c18ad560e3114fb4c9dd7f397e0 (diff)
downloadgitlab-ce-docs-quick-action-labels.tar.gz
Split quick action params into their own sectiondocs-quick-action-labels
-rw-r--r--doc/user/project/quick_actions.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 31a89bae758..437899dce1e 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -70,14 +70,18 @@ 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.
-If you manually enter a parameter, it must be enclosed in double quotation
-marks (`"`), unless it contains only:
+## 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.
-Autocomplete handles this automatically.
+Parameters are also case-sensitive. Autocomplete handles this, and the insertion
+of quotation marks, automatically.
## Quick actions for commit messages