From 0daa6b4321839513ec443547236be614c4696177 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 [ci skip] --- doc/api/issues.md | 3 +++ 1 file changed, 3 insertions(+) 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 ``` -- cgit v1.2.1