Skip to content

Add OKRs and KRs to type filtering on dashboard issues list

Coung Ngo requested to merge cngo-add-okr-kr-to-dashboard-issues into master

What does this MR do and why?

Add OKRs and KRs to type filtering on dashboard issues list (&12275 (comment 1697027493))

Behind feature flag okrs_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

Screen_Recording_2023-12-19_at_1.35.06_pm

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(: okrs_mvc)
  2. Make sure you have an EE licence
  3. Go to dashboard issues page http://127.0.0.1:3000/dashboard/issues
  4. Confirm you can filter by Type = OKRs/Key Results
Edited by Coung Ngo

Merge request reports