diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-04 14:24:57 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-04 14:24:57 +0000 |
commit | b7ba5571128a59f12cbef40652717925ff779f4e (patch) | |
tree | 59296d72239ca5086a43293051330ad8d70e3b2b | |
parent | fc5603a3c9e48f736e2e72f4af0b0067e368df4b (diff) | |
parent | 4c32824640693cb1c8f4f18f1d4264aee128198b (diff) | |
download | gitlab-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.md | 2 |
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 <&epic | group&epic | Epic URL></code> | Adds child epic to epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) | | <code>/remove_child_epic <&epic | group&epic | Epic URL></code> | Removes child epic from epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) | +| <code>/parent_epic <&epic | group&epic | Epic URL></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)) | |