Show icon of work item Epics in ancestor widget
What does this MR do and why?
While work item Epic db migration is in progress, change to epic icon for work item Epics instead of issue-type-epic in ancestor widget.
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
Prerequisites:
- Enable the feature flags
Feature.enable(:display_work_item_epic_issue_sidebar)Feature.enable(:namespace_level_work_items)
- The namespace must have Ultimate plan.
Steps to verify:
- Login with any user
- Go to any Group > Epics
- Modify the link path from
/epicsto/work_itemslike below, e.g. http://127.0.0.1:3000/groups/gitlab-org/-/epics > http://127.0.0.1:3000/groups/gitlab-org/-/work_items - Create
Work Item Epicand open the new Epic - Add a child
Epic - Open the child
Epic - Repeat the process to create a hierarchy
- On last
Epiccheck the bread crumbs (Ancestry widget) - It should render the
Epicicons
Related to #439939 (closed)
Edited by Rajan Mistry

