Update health status in embedded views

What does this MR do and why?

Update health status in embedded views

Show health status in the same way as it is visible in the issue sidebar.

Changelog: changed

References

Screenshots or screen recordings

Before After
fields: state, title, updated, status, health CleanShot 2025-07-18 at 16.21.00.png CleanShot 2025-07-18 at 16.19.34.png
fields: state, title, updated, status, healthStatus CleanShot 2025-07-18 at 16.20.12.png CleanShot 2025-07-18 at 16.19.34.png

How to set up and validate locally

  1. Set health status on 3 issues. Set each of them to "Needs attention", "On track", "At risk"

  2. Create an embedded GLQL view as below:

    display: table
    fields: state, title, updated, status, health
    query: type = Issue 
    limit: 3
  3. The health status should show properly.

MR acceptance checklist

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

Edited by Himanshu Kapoor

Merge request reports

Loading