Skip to content

Enable syncing epic to work items by default

Nicolas Dular requested to merge nd/consolidate-syncing-feature-flags into master

What does this MR do and why?

This removes the feature flag sync_epic_to_work_item, sync_epic_work_item_order, sync_epic_to_work_item_dates and enables syncing epics to work items by default.

Changelog: changed EE: true

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. Create an epic (be sure to have namespace_level_work_items feature flag disabled to not create a work item!)
  2. Modify the epic
  3. Replace /epics/ with /work_items in the URL and see that the epic and work item is in sync.
Edited by Nicolas Dular

Merge request reports