Skip to content

Rename feature flag for epic to work item sync

Nicolas Dular requested to merge nd/rename-feature-flag into master

What does this MR do and why?

Rename feature flag for epic to work item sync

This renames the feature flag from epic_creation_with_synced_work_item to sync_epic_to_work_item. This has the following reasons:

  1. We not only create work items when an epic gets created, but sync updates as well.
  2. We want to sync the other way around in the future (work item to epic) where we will create the opposite feature flag and want to have a consistent naming.

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

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports