Draft: Export all issues to CSV to object storage
What does this MR do and why?
Related to issue #294504
- 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.
- Added
ProjectIssuesExportJobto track the progress of issue export. - Added
IssuesExportUploadto save the issue export record and file path. - Added
ProjectIssuesExportJob.prune_expired_jobstoGitlab::Export::PruneProjectExportJobsWorkerto clean up these entries. - Added API to start/download project issue exports.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
![]() |
![]() |
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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Zehua Zhang



