Add ability to view group-level work item
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
-
In rails console
Feature.enable(:namespace_level_work_items)
-
Visit any work items list page for a paid subscription group such as
http://127.0.0.1:3000/groups/flightjs/-/work_items
-
Create an epic
-
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #393240 (closed)