Skip to content

Update work item page notification mutation for group-level

Coung Ngo requested to merge 426469-fix-notification-mutation into master

What does this MR do and why?

This MR updates the notification mutation on the work item page to work at the group-level (#426469 (closed)). The previous mutation only worked for project-level work items.

The errors on the group work item page are expected as we are still fixing backend/frontend problems to get work items at the group-level. This is part of viewing work items at the group-level (#393240 (closed))

Behind feature flag namespace_level_work_items so no changelog required

Screenshots or screen recordings

Screen_Recording_2023-10-11_at_3.58.38_pm

How to set up and validate locally

  1. In rails console
    Feature.enable(:namespace_level_work_items)
  2. Visit any work items list page for a paid subscription group such as http://127.0.0.1:3000/groups/flightjs/-/work_items
  3. Create an epic
  4. Click on created epic and confirm you can view it (errors will be fixed in subsequent MRs as we complete the tasks within #393240 (closed))

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 #426469 (closed)

Edited by Coung Ngo

Merge request reports