diff options
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r-- | doc/api/issues.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md index 0bc82ef9edb..fc7a7ae0c0c 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -365,9 +365,6 @@ 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 ``` |