Add docs for assigning labels/milestone when moving issue

[ci skip]
This commit is contained in:
Grzegorz Bizon 2016-05-06 12:52:04 +02:00 committed by Achilleas Pipinellis
parent aa18cc205c
commit 0daa6b4321
1 changed files with 3 additions and 0 deletions

View File

@ -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
```