Skip to content

Add group-level work items query to work items list page

Coung Ngo requested to merge 392812-add-group-work-item-query into master

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

Screenshot_2023-08-02_at_17-55-48_Work_items___Flightjs___GitLab

How to set up and validate locally

  1. In rails console enable the FF

    Feature.enable(:namespace_level_work_items)
  2. Visit a group work items page such as http://127.0.0.1:3000/groups/flightjs/-/work_items

  3. 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.

Related to #392812 (closed)

Edited by Coung Ngo

Merge request reports