Skip to content

Draft: Export all issues to CSV to object storage

What does this MR do and why?

Related to issue #294504

  1. The size limit of the exported issue file is lifted, and the file is stored in the object storage after export, and the download link will be provided by email.
  2. Added ProjectIssuesExportJob to track the progress of issue export.
  3. Added IssuesExportUpload to save the issue export record and file path.
  4. Added ProjectIssuesExportJob.prune_expired_jobs to Gitlab::Export::PruneProjectExportJobsWorker to clean up these entries.
  5. Added API to start/download project issue exports.

@chaomao

Screenshots or screen recordings

Before After
image image
image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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 Zehua Zhang

Merge request reports