Skip to content

Draft: VSD labels filter should only match TITLE

Alex Pennells requested to merge 460112-update-ui into master

What does this MR do and why?

When filtering a Value Stream dashboard by label, results should only include matching titles, not matching descriptions.

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

Note: The description of test is Corolla

Before After
Screenshot_2024-05-13_at_12.31.40_PM Screenshot_2024-05-13_at_12.31.21_PM

How to set up and validate locally

  1. Follow the docs to set up a custom VSD in the group of your choosing (link)
  2. For the dora_chart panel, make sure to specify a label to filter by
  - visualization: dora_chart
    queryOverrides:
      namespace: flightjs
      filters:
        labels:
          - CUSTOM_LABEL
  1. Create 2 new labels in the group. One with a matching title, and one with a matching description
  2. Verify the filter applied when viewing the custom VSD. Only the label with the matching title should appear

Related to #460112

Merge request reports