Work item planning views/list page
What does this MR do and why?
Replaces the 'Issues' and 'Epics' links with 'Work Items' in the sidebar
Clicking 'Work Items' takes you to /work_items
for the group or project and displays a work items list that contains all work item types.
Toggling the work_item_planning_view
feature flag should enable/disable these changes. When the flag is disabled, the legacy issues and epics pages should be accessible like normal.
The pinned 'Issues' and 'Epics' items in the sidebar should be replaced with 'Work Items'.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
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.
- Enable the
work_item_planning_view
feature flag - Visit any project-level page, and check 'Work items' is visible in the 'plan' section of the sidebar nav instead of 'Issues'.
- Visit any group-level page, and check 'Work items' is visible in the 'plan' section of the sidebar nav instead of 'Issues' and 'Epics'.
- If you have 'Issues' pinned in the nav at either the project or group level, 'Work items' should be pinned.
- If you have 'Epics' pinned in the nav at the group level, 'Work items' should be pinned.
- Clicking 'Work items' in the sidebar nav should take you to a mixed view of work items in a list.
- There should be no 'open', 'closed', 'all' tabs and instead you can use a new 'state' filter.
Relates to #512661 (closed)