Skip to content

Add work items participant widget

Coung Ngo requested to merge 432156-add-work-items-participant-widget into master

What does this MR do and why?

Add work items participant widget (#432156 (closed))

Behind feature flag work_items_mvc

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After After (expanded)
Screenshot_2024-01-26_at_15-10-34__65___Flightjs___Flight_️___GitLab Screenshot_2024-01-26_at_15-11-38__65___Flightjs___Flight_️___GitLab Screenshot_2024-01-26_at_15-12-03__65___Flightjs___Flight_️___GitLab

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:work_items_mvc)
    Feature.enable(:work_items_mvc_2)
  2. Visit any issue
  3. Create a task from the Child Items widget
  4. Open the task and confirm there is a participants widget

Related to #432156 (closed)

Edited by Coung Ngo

Merge request reports