Skip to content

Add due_date to CSV issue import and improve docs

Lee Tickett requested to merge 342375-add-due-date-to-csv-issue-import into master

What does this MR do and why?

Adds support for the due_date field in issue import CSVs. Related to #342375

Also improves the docs to include details of how to add data using quick actions.

How to set up and validate locally

  1. Create a CSV with content along the lines of:

    title,description,due date
    A Title,The Description,2022-06-28
  2. Access a project issue list, click the import CSV button and select the CSV from above.

  3. Check the imported issue has a due date

Voila 🎉

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 Lee Tickett

Merge request reports