Skip to content

Fix missing group members from Import/Export

James Lopez requested to merge fix/import-group-members into master

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

I/E does not export any group members (only the project members). This MR adds the ability to export them as part of the project members of the project (as long as the user has the required permissions to do so).

Merge request reports