Pass work_items_alpha for group work items
What does this MR do and why?
This MR
- enables the modal for Epic work item Child items widget
- Allows to open other Child items from the modal itself
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 | |
---|---|---|
Epic work item opening in a modal | Screen Recording 2024-09-09 at 7.41.02 PM.mov | Screen Recording 2024-09-09 at 6.24.27 PM.mov |
Opening a Child work item from the modal | Screen Recording 2024-09-09 at 7.39.22 PM.mov | Screen Recording 2024-09-09 at 6.26.02 PM.mov |
How to set up and validate locally
Prerequisites:
- Enable the OKRs feature as mentioned in the OKRs docs (e.g.
::Feature.enabled?(:okrs_mvc, Project.find(<PROJECT_ID>))
and the namespace must have Ultimate plan). - Enable Epic work items
Feature.enable(:work_item_epics_rollout)
Feature.enable(:work_item_epics)
Steps to verify at Group level:
- Login with any user
- Go to Group > Epics
- Open or create an Epic
- Create a child item or add an existing child item
- Click on the child item link
- It should open in modal
Steps to verify at Project level:
- Login with any user
- Go to Project > Issues
- Open or create an Issue/Objective
- Create a child item or add an existing child item
- Click on the child item link
- It should open in modal
- Create a child item or add an existing child item again from the modal
- Click on the link of added item
- Verify the modal is updated
Edited by Rajan Mistry