summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-20 15:46:54 +1000
committerEvan Read <eread@gitlab.com>2019-06-20 16:08:27 +1000
commit7afe486dcbbb4c81756c1f4c8254bd27f3ef65f8 (patch)
tree09fae94c07856f7b9a962aa34c4ae6d1219d15e6
parentadeccba13676b831335e2f12f779f77602298b31 (diff)
downloadgitlab-ce-docs/child-epic-quick-actions.tar.gz
Add new epic quick actions to docsdocs/child-epic-quick-actions
-rw-r--r--doc/user/project/quick_actions.md32
1 files changed, 17 insertions, 15 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 1d640966013..ae2dbb5e8e0 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -70,18 +70,20 @@ The following quick actions are applicable for commit messages:
The following quick actions are applicable for epics threads and description:
-| Command | Action |
-|:---------------------------|:----------------------------------------|
-| `/tableflip <Comment>` | Append the comment with `(╯°□°)╯︵ ┻━┻` |
-| `/shrug <Comment>` | Append the comment with `¯\_(ツ)_/¯` |
-| `/todo` | Add a todo |
-| `/done` | Mark todo as done |
-| `/subscribe` | Subscribe |
-| `/unsubscribe` | Unsubscribe |
-| `/close` | Close |
-| `/reopen` | Reopen |
-| `/title <New title>` | Change title |
-| `/award :emoji:` | Toggle emoji award |
-| `/label ~label1 ~label2` | Add label(s) |
-| `/unlabel ~label1 ~label2` | Remove all or specific label(s) |
-| `/relabel ~label1 ~label2` | Replace label |
+| Command | Action |
+|:-----------------------------------|:----------------------------------------------------------------------------------------------------------------|
+| `/tableflip <Comment>` | Append the comment with `(╯°□°)╯︵ ┻━┻` |
+| `/shrug <Comment>` | Append the comment with `¯\_(ツ)_/¯` |
+| `/todo` | Add a todo |
+| `/done` | Mark todo as done |
+| `/subscribe` | Subscribe |
+| `/unsubscribe` | Unsubscribe |
+| `/close` | Close |
+| `/reopen` | Reopen |
+| `/title <New title>` | Change title |
+| `/award :emoji:` | Toggle emoji award |
+| `/label ~label1 ~label2` | Add label(s) |
+| `/unlabel ~label1 ~label2` | Remove all or specific label(s) |
+| `/relabel ~label1 ~label2` | Replace label |
+| `/child_epic <epic_number>` | Adds child epic to epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) |
+| `/remove_child_epic <epic_number>` | Removes child epic from epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) |