Skip to content

Show start date and subgroup work items on group work items list

Coung Ngo requested to merge 457009-fix-start-due-dates-list into master

What does this MR do and why?

Show start date and subgroup work items on group work items list (#457009)

Behind feature flag namespace_level_work_items

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
Screenshot_2024-06-04_at_18-08-21_Work_items___Flightjs___GitLab Screenshot_2024-06-04_at_18-08-54_Work_items___Flightjs___GitLab
Screenshot_2024-06-04_at_18-48-16_Work_items___Flightjs___GitLab Screenshot_2024-06-04_at_18-48-34_Work_items___Flightjs___GitLab

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 epics, with start/due dates
  4. Confirm you can see start dates

Related to #457009

Edited by Coung Ngo

Merge request reports