summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-06 12:52:04 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-06-15 11:33:09 +0200
commit0daa6b4321839513ec443547236be614c4696177 (patch)
treeb8da577d73de985710f0c83bc305fbe480ed7635
parentaa18cc205c90ea027cd3f2788371f36fd0697fda (diff)
downloadgitlab-ce-0daa6b4321839513ec443547236be614c4696177.tar.gz
Add docs for assigning labels/milestone when moving issue
[ci skip]
-rw-r--r--doc/api/issues.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 3e78149f442..58e080a7791 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -360,6 +360,9 @@ target project is not found, error `404` is returned. If the target project
equals the source project or the user has insufficient permissions to move an
issue, error `400` together with an explaining error message is returned.
+If a given label and/or milestone with the same name also exists in the target
+project, it will then be assigned to the issue that is being moved.
+
```
POST /projects/:id/issues/:issue_id/move
```