Skip to content

Create legacy epic for new epic work items

Nicolas Dular requested to merge nd/create-epic-when-work-item-gets-created into master

What does this MR do and why?

Create a legacy epic for each new epic work item.

#455645

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screen_Recording_2024-04-24_at_17.09.29

Before After

How to set up and validate locally

  1. Enable sync_work_item_to_epic
  2. Enable sync_epic_to_work_item
  3. Enable namespace_level_work_items
  4. Disable make_synced_work_item_read_only
  5. Create an epic work item
  6. Go to the correlating epic (change /work_items/ to /epics/ in the URL)
  7. See that it got created
Feature.enable(:sync_work_item_to_epic)
Feature.enable(:sync_epic_to_work_item)
Feature.enable(:namespace_level_work_items)
Feature.disable(:make_synced_work_item_read_only)
Edited by Nicolas Dular

Merge request reports