Merge branch 'doc/issue-move-assigns-labels-and-milestone' into 'master'
Add docs for assigning labels/milestone when moving issue Extends https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3934 See merge request !4069
This commit is contained in:
commit
870470730c
1 changed files with 3 additions and 0 deletions
|
@ -365,6 +365,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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue