Skip to content

Show Epics in breadcrumb for epic work items

Nicolas Dular requested to merge nd/show-epic-in-breadcrumbs into master

What does this MR do and why?

Issue: #463599 (closed)

Show Epics in breadcrumb for epic work items

Shows Epics instead of Issues on the epic work item detail view breadcrumb.

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-06-19_at_15.00.56 Screenshot_2024-06-19_at_15.01.21

How to set up and validate locally

Feature.enable(:namespace_level_work_items)
Feature.enable(:sync_work_item_to_epic)
  1. Go to the group's epics page
  2. Create an epic
  3. Go to the epic's detail page.
  4. It will link you to the legacy epic detail page /epics/. Change the path to /work_items/.
  5. Make sure the breadcrumb is correct and shows "Epics" instead of "Issues" and links to the group's epic list page
  6. Same for issues
Edited by Nicolas Dular

Merge request reports