Using Add comment to JIRA action, inside of a Start and Wait for Approver, Apply to Each Approver workflow. The response from JIRA is "The response is not in a JSON format." Looking at the raw inputs you see:
"host": {
"connectionReferenceName": "shared_jira",
"operationId": "AddComment"
},
"parameters": {
"body/body": "Exception Approve\nBy: ian@sharecare.com\nComments: I like the guy\nDate: 2021-08-18T21:14:01Z"
}
}
Notice the "body/body" JSON parameter, this is incorrect, it is supposed to be "body"
Environment is JIRA Cloud.