Closing Standard Change Request with API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 11:58 AM
Hi,
I have been trying to close a Standard Change Request which was created via the API to closed as part of automation using the following request using the PATCH method
{
"display_value": "Closed",
"state":"3",
"active": "false",
"phase_state": "closed",
"close_notes": "Approved for Prod",
"close_code": "Successful"
}
However, I keep getting the following error.
400 Bad Request
{
"error": {
"message": "Standard Change Request cannot move to state: 3",
"detail": ""
},
"status": "failure"
}
0 REPLIES 0