Skip to content

Fix Import/Export labels error

James Lopez requested to merge fix/import-labels-error into master

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24257

For existing labels that have already been created for merge requests or issues, we should avoid keeping the priorities in the hash as they have also been created already and it will throw an error trying to update the label that already has

Merge request reports