Skip to content

Updated URLs for "Issues closed" links in Value Streams Dashboard

Rudy Crespo requested to merge 434870-vsd-change-issues-closed-url into master

What does this MR do and why?

Updates the URLs to the drill-down report and documentation (inside the tooltip) for the "Issues closed" metric in the comparison panel in the Value Streams Dashboard to point to Issue Analytics instead of Value Stream Analytics.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screen Recording 2024-01-29 at 4.54.36 PM.mov Screen Recording 2024-01-29 at 5.03.29 PM.mov

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Please make sure that you have a GitLab Ultimate license.
  2. Seed VSD data: FILTER=cycle_analytics SEED_VSA=1 bundle exec rake db:seed_fu
  3. Follow the link to the new group/project returned by the seeder above, and visit its VSD: http://${LOCAL_INSTANCE}/groups/${GROUP_PATH}/-/analytics/dashboards/value_streams_dashboard or http://${LOCAL_INSTANCE}/${GROUP_PATH}/${PROJECT_PATH}/-/analytics/dashboards/value_streams_dashboard
  4. Click on "Issues Closed" in the comparison panel and ensure that it redirects to Issue Analytics.
  5. Go back to the VSD page, hover over the info icon next to "Issues Closed", click on the "Go to docs" link and ensure that it redirects to the documentation for Issue Analytics.

Related to #434870 (closed)

Edited by Rudy Crespo

Merge request reports