Add group-level work items query to work items list page
What does this MR do and why?
This MR adds the recently-merged group-level work items query to the work items list page. The new query doesn't have the ability to filter by state yet so the list shows all open and closed work items for now.
No changelog as it is behind the feature flag namespace_level_work_items
.
Issue: #392812 (closed)
Screenshots or screen recordings
How to set up and validate locally
-
In rails console enable the FF
Feature.enable(:namespace_level_work_items)
-
Visit a group work items page such as
http://127.0.0.1:3000/groups/flightjs/-/work_items
-
Check that the basic UI is there
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #392812 (closed)
Edited by Coung Ngo