Render group level work items as epics
What does this MR do and why?
Ensures group-level work items are rendered as Epics (as those are the only group-level work item we support currently).
Fixes the an where Epic work items have a link to 'Work Items' in the breadcrumbs at the top of the page.
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.
- Ensure work item epics are switched on using these flags:
work_item_epics_rollout,work_item_epics,namespace_level_work_items. - Visit an Epic, it should render and work like normal.
- On
masteryou'll see a 'Work Items' link in the breadcrumbs - On this branch you'll see an 'Epics' link in the breadcrumbs
Resolves #480084 (closed)

