summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-06 12:52:04 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-06 12:52:04 +0200
commitb2b63053b91eff0ee2f7d16bb707d268992f639a (patch)
tree820aa942564717f14159be06f14d5305b51774d5
parentaa18cc205c90ea027cd3f2788371f36fd0697fda (diff)
downloadgitlab-ce-doc/issue-move-assigns-labels-and-milestone.tar.gz
Add docs for assigning labels/milestone when moving issuedoc/issue-move-assigns-labels-and-milestone
-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..96e27edb8cc 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 given label and/or milestone with the same name exists also in a target
+project it will be assigned to a issue that is being moved.
+
```
POST /projects/:id/issues/:issue_id/move
```