Commit 0daa6b43 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Achilleas Pipinellis

Add docs for assigning labels/milestone when moving issue

[ci skip]
parent aa18cc20
......@@ -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
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment