{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "IssueUpdateRequest",
"type": "object",
"description": "Request body for editing an issue.",
"properties": {
"update": {
"type": "object",
"description": "A map of operations to perform on issue fields."
},
"fields": {
"type": "object",
"description": "A map of field ID to field value for the issue."
},
"historyMetadata": {
"type": "object",
"description": "Metadata about the history entry."
},
"properties": {
"type": "array",
"description": "Entity properties to set on the issue."
}
}
}