summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-04 14:24:57 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-04 14:24:57 +0000
commitb7ba5571128a59f12cbef40652717925ff779f4e (patch)
tree59296d72239ca5086a43293051330ad8d70e3b2b
parentfc5603a3c9e48f736e2e72f4af0b0067e368df4b (diff)
parent4c32824640693cb1c8f4f18f1d4264aee128198b (diff)
downloadgitlab-ce-b7ba5571128a59f12cbef40652717925ff779f4e.tar.gz
Merge branch '12488-add-remove-parent-epic-quick-actions-doc-ce' into 'master'
Add documentation on quick actions for add/remove epic parent relations. See merge request gitlab-org/gitlab-ce!30174
-rw-r--r--doc/user/project/quick_actions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 1281ba561b8..01371b43819 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -88,3 +88,5 @@ The following quick actions are applicable for epics threads and description:
| `/relabel ~label1 ~label2` | Replace label |
| <code>/child_epic &lt;&epic &#124; group&epic &#124; Epic URL&gt;</code> | Adds child epic to epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) |
| <code>/remove_child_epic &lt;&epic &#124; group&epic &#124; Epic URL&gt;</code> | Removes child epic from epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) |
+| <code>/parent_epic &lt;&epic &#124; group&epic &#124; Epic URL&gt;</code> | Sets parent epic to epic ([introduced in GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ee/issues/10556)) |
+| <code>/remove_parent_epic | Removes parent epic from epic ([introduced in GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ee/issues/10556)) |