Skip to content

Sync epic work item on issue promotion

Nicolas Dular requested to merge nd/work-item-sync-on-issue-promotion into master

What does this MR do and why?

Sync epic work item on issue promotion

This ensures that we create a new epic work item when an issue gets promoted and also set the same attributes.

Part of #434530 (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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Enable epic_creation_with_synced_work_item and namespace_level_work_items feature flags
  2. Go to a project and create an issue, or use an existing issue
  3. Promote the issue to an epic
  4. Check if the promoted epic has a correlating work item with the same description by replacing /epics/ with /work_items/ in the URL
Edited by Nicolas Dular

Merge request reports