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 |
![]() |
![]() |
fields: state, title, updated, status, healthStatus |
![]() |
![]() |
How to set up and validate locally
-
Set health status on 3 issues. Set each of them to "Needs attention", "On track", "At risk"
-
Create an embedded GLQL view as below:
display: table fields: state, title, updated, status, health query: type = Issue limit: 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


