Group Level Wiki: BE Add Group Level Import / Export
Problem to solve
At the moment, groups can be imported/exported using the API (group import/export, but it's only accessible through an API: https://docs.gitlab.com/ee/api/group_import_export.html#group-importexport-api).
The current export file does not contain the group wiki.
Proposal
Adapt the current group import/export code to include the group's wiki.
Additional use case
For some customers, there may be group wiki data available on the backend that is no longer available in the app. For example, if they started on a trial of Premium then chose not to continue with the plan after their trial expired. We would want to ensure that the API is able to export group wiki data regardless of the user's current plan. If we can do that, we will be able to close out #296767 (closed) as well.
Edited by Eric Schurter