Skip to content

Allow to export work items description widget as CSV

Felipe Cardozo requested to merge issue_379155 into master

What does this MR do and why?

Includes description widget data when exporting work items as CSV.

related to #379155 (closed)

How to set up and validate locally

  1. Use rails console to enable import_export_work_items_csv feature flag.
  2. Create a work item with a type that has description widget, for example an issue.
  3. Execute the following GraphQL mutation on GraphiQl explorer:
mutation exportWorKitems {
  workItemExport(input: {
    projectPath: "PROJECT_PATH",
  }) {
    errors
  }
}

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