Re: Resolve/Close incident in ServiceNow
Hi @sunithav,
This is the raw input I am using in my test, which allows me to update the incident to resolved:
{
"host": {
"connectionReferenceName": "shared_service-now",
"operationId": "UpdateRecord"
},
"parameters": {
"tableType": "incident",
"sysid": "f3ecc8ec0720301082a2f7fc7c1ed05b",
"sysparm_display_value": false,
"sysparm_exclude_reference_link": true,
"body/state": "Resolved",
"body/close_code": "Solved (Work Around)",
"body/close_notes": "I have resolved it"
}
}
You might want to try and resolve the same incident in the interface, this should also highlight which fields are mandatory to resolve it.