gitlab-org--gitlab-foss/changelogs/unreleased/bvl-import-zip-multiple-assignees.yml
Bob Van Landuyt ca8f1ed9bb Import multiple issue assignees from GitLab export
When importing from a GitLab archive, an admin can carry over the
assignations. Other users can not.

When a regular user is importing an issue with multiple assignees, the
assignee is replaced with the current user, meaning we would try to
insert current user as an assignee multiple times.

By filtering the array before storing it, the import becomes more
robust.
2018-03-14 13:39:08 +01:00

5 lines
104 B
YAML

---
title: Fix importing multiple assignees from GitLab export
merge_request: 17718
author:
type: fixed