Skip to content

Sync ordering of epic hierarchy to work items

Nicolas Dular requested to merge nd/sync-reordering into master

What does this MR do and why?

When re-ordering epics or issues within an epic we now also sync the re-ordering to the correlating work item (if one exists).

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-03-13_at_11.12.29

How to set up and validate locally

  1. Feature.enable(:epic_creation_with_synced_work_item)
  2. Feature.enable(:sync_epic_work_item_order)
  3. Create epics & issues within a hiearchy
  4. Move them around
  5. Check the correlating work item (by replacing /epics/ with /work_items/ in the URL) if the hierarchy matches
Edited by Nicolas Dular

Merge request reports