diff options
author | Valery Sizov <valery@gitlab.com> | 2018-01-15 14:24:16 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2018-01-15 14:24:16 +0200 |
commit | 1b1cc6fb14be2d8c8d24ddd446030d2470bf9527 (patch) | |
tree | 2aa65ce13efce678fda4862df24290f3f534ec0a /changelogs | |
parent | cedbf9c8b4a650a5a62adfd6b62df81c08896806 (diff) | |
download | gitlab-ce-1b1cc6fb14be2d8c8d24ddd446030d2470bf9527.tar.gz |
[API] Fix creating issue when assignee_id is empty42025-fix-issue-api
see https://gitlab.com/gitlab-org/gitlab-ce/issues/42025
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/42025-fix-issue-api.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/42025-fix-issue-api.yml b/changelogs/unreleased/42025-fix-issue-api.yml new file mode 100644 index 00000000000..abb83bb2fad --- /dev/null +++ b/changelogs/unreleased/42025-fix-issue-api.yml @@ -0,0 +1,5 @@ +--- +title: "[API] Fix creating issue when assignee_id is empty" +merge_request: +author: +type: fixed |