Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-07-25 12:30:15 +0300
committerRémy Coutable <remy@rymai.me>2017-07-25 12:30:15 +0300
commitd5801545ec25780402c30c4d30d4efa16f0728a4 (patch)
tree4c9bd2755246f16dfa9e46d07cd4eae298bcf277 /doc
parentd95e6da0d582cd4b0d333b3b6a1bfa3a565b874e (diff)
parent1df696f5a6836e03a6bf8d5139c2c7ce6d96e727 (diff)
Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into 'master'
New `/duplicate` quick action Closes #26372 See merge request !12845
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/quick_actions.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md
index 19b51c83222..ce4dd4e99d5 100644
--- a/doc/user/project/quick_actions.md
+++ b/doc/user/project/quick_actions.md
@@ -37,3 +37,4 @@ do.
| `/target_branch <Branch Name>` | Set target branch for current merge request |
| `/award :emoji:` | Toggle award for :emoji: |
| `/board_move ~column` | Move issue to column on the board |
+| `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue |