From b2b63053b91eff0ee2f7d16bb707d268992f639a Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Fri, 6 May 2016 12:52:04 +0200 Subject: Add docs for assigning labels/milestone when moving issue --- doc/api/issues.md | 3 +++ 1 file changed, 3 insertions(+) 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 ``` -- cgit v1.2.1