Added epics to work items route
What does this MR do and why?
Instead of redirecting /epics/:iid
to /work_items/:iid
, this MR updates the view to work items.
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.
- In rails console enable the experiment fully
Feature.enable(:work_item_epics) Feature.enable(:work_item_epics_rollout)
- Visit any epic page such as
http://127.0.0.1:3000/groups/flightjs/-/epics/111
- You should now see the work item view instead of the legacy epic view
- To see the legacy view again, either add
?force_legacy_view=true
as a param to the URL, or disable the feature flag again
Related to #466082 (closed)
Edited by Nicolas Dular