I'm trying to resolve the Jira task from Grafana oncall using the outgoing webhook. I used the below payload.
But getting above mentioned error.
{
"transition": {
"id": "<TRANSITION_ID>"
},
"fields": {
"resolution": {
"name": "Done"
}
},
"update": {
"comment": [
{
"add": {
"body": "Resolved by Grafana OnCall.",
"public": false
}
}
]
}
}