Skip to content

Fix uniqueness constraint errors when importing github issues with multiple assignees

Bob Van Landuyt requested to merge bvl-github-import-assignee-errors into master

What does this MR do?

This MR makes it possible to do a bulk insert ignoring uniqueness constraints if specified.

This solves importing issues with multiple assignees if the issue import is retried, or the assignee is specified multiple times for some reason.

By using a database feature for this, we do not have to increase the number of queries performed.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

To investigate further

Edited by Bob Van Landuyt

Merge request reports