Transfer health status data upon work item move or clone
What does this MR do and why?
This change implements health status copying functionality for work items when they are moved or cloned between projects.
The main update replaces placeholder code with actual logic that copies the health status (like "on track" or "at risk") from the original work item to the new one, but only if the target location supports this feature and has the proper licensing.
The change also includes comprehensive specs to verify this copying works correctly in various scenarios.
References
Screenshots or screen recordings
| Before | After |
|---|---|
| health-status-before | health-status-after |
How to set up and validate locally
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 Alexandru Croitor