Skip to content

Draft: SPIKE: Import CSV for work items

charlie ablett requested to merge 373906-cablett-work-item-csv into master

What does this MR do and why?

Starting with Import CSV. Some restructuring will be necessary:

the current service class and worker:

  • require a project, so we may need to restructure to take a namespace or project/group? (Though the work item creator service takes a project so maybe that's ok?)
  • use an issuable framework, so we can pull out some common logic into csv base class

then there's importing flexibility for work item types and widgets.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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.

Related to #373906 (closed)

Edited by charlie ablett

Merge request reports