Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2018-01-15 15:24:16 +0300
committerValery Sizov <valery@gitlab.com>2018-01-15 15:24:16 +0300
commit1b1cc6fb14be2d8c8d24ddd446030d2470bf9527 (patch)
tree2aa65ce13efce678fda4862df24290f3f534ec0a /changelogs
parentcedbf9c8b4a650a5a62adfd6b62df81c08896806 (diff)
[API] Fix creating issue when assignee_id is empty
see https://gitlab.com/gitlab-org/gitlab-ce/issues/42025
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/42025-fix-issue-api.yml5
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