-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: REST API
-
None
-
1
Issue Summary
Currently, Epic Status Report Status and Health are read-only properties in the Jira Align API:
| health | EpicHealthDto nullable: true readOnly: true |
| status | string nullable: true readOnly: true |
Some customers would like to be able to update these values via API as well.
Requested behaviour
Please add the ability to update Epic Status and Health via API.