gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-dedupe-group-importer.yml
Stan Hu 965f9113b0 Fix importers not assigning a new default group
The Bitbucket Server as well as other importers pass in a group name to be
created (assuming the user has permission) and attempt to dedupe that with an
existing group. However, the group *name* is not guaranteed to be
unique, but the *path* is.

Closes #50110
2018-08-31 15:03:17 -07:00

5 lines
100 B
YAML

---
title: Fix importers not assigning a new default group
merge_request: 21456
author:
type: fixed