Skip to content

Refactor CSV exporter classes

What does this MR do and why?

Small foundational refactoring to allow importing of work items in CSV format.

This moves Issuable::ExportCsv::BaseService to ExportCsv::BaseService as in terminology work items are not considered issuables. In a follow-up a new service ExportCsv::WorkItems will be introduced with this base class as its parent.

related to Work Items: Restructure CSV export/import classes (#379081 - closed)
unblocks Work Items: Export basic data (#379082 - closed)

How to set up and validate locally

There should be no change in the current behavior, exporting legacy requirements, issues or merge requests as CSV should work in the same way.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Felipe Cardozo

Merge request reports

Loading