Skip to content

Show rolled up dates on epic route

What does this MR do and why?

Show rolled up dates on epic route

We did not push the feature flag from the epic controller to the frontend. Therefore we did not show the rolledup dates feature when serving the work item on the epic route.

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
Screenshot_2024-07-26_at_14.50.08 Screenshot_2024-07-26_at_14.49.41

How to set up and validate locally

  1. Enable work_item_epics, work_item_epics_rollout, work_items_rolledup_dates feature flags
  2. Create an epic
  3. Go to the /work_items/:iid route for the epic -> see that it shows the radio buttons for dates for either fixed or inherited
  4. GO to the /epics/:iid route for the epic -> see that it shows the radio buttons for dates for either fixed or inherited (this didn't work before this change)
Edited by Nicolas Dular

Merge request reports