Skip to content

Add ability to view group-level work item

Coung Ngo requested to merge 393240-view-group-work-item into master

What does this MR do and why?

This MR adds the ability to view a group-level work item (#393240 (closed))

Behind the feature flag namespace_level_work_items, we can view a list of work items at the group level (e.g. http://127.0.0.1:3000/groups/flightjs/-/work_items) and create a work item epic from this page. This MR allows you to click on the newly created work item epic and view it.

Note that while we can view the work item epic, there are still some backend issues so there are errors fetching and updating some widgets. These will be fixed in subsequent MRs as the backend fixes them.

Screenshots or screen recordings

Screen_Recording_2023-09-28_at_11.35.30_am

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)

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

Edited by Coung Ngo

Merge request reports