Skip to content

Include missing project attributes to Import/Export

James Lopez requested to merge fix/import-export-missing-attributes into master

Checking https://gitlab.com/gitlab-org/gitlab-ee/issues/2251 - we forgot to add the approvals_before_merge to the list of attributes that should be included on project, hence EE MRs using this feature couldn't get imported.

Let's just import all attributes except the ones that we don't need, that way we wouldn't forget this kind of thing for Project. This will also fix the missing description issue.

Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/2251

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

What are the relevant issue numbers?

Merge request reports