Skip to content

Destroy synced related work item link

Nicolas Dular requested to merge nd/destroy-synced-related-epic-links into master

What does this MR do and why?

Destroys any synced related work item link.

Related issue: #441256 (closed)

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-02-26_at_20.48.33

Before After

How to set up and validate locally

  1. Feature.enable(:epic_creation_with_synced_work_item)
  2. Feature.enable(:namespace_level_work_items)
  3. Create an epic
  4. Add a linked epic (either blocked/related or blocked by)
  5. Open the corresponding work item to check if the linked items are synced correctly in another tab (replace /epics/ with /work_items/ in the URL)
  6. Delete a linked epic on the epic page
  7. Refresh the work item, the linked work item should be deleted there as well
Edited by Nicolas Dular

Merge request reports