Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

User Activity

 Hi guys, I’m trying to close a Change Request via REST API and I’m struggling with state transition behaviour. I’m using:PATCH /api/sn_chg_rest/change/{sys_id} Payload:{  "close_code": "successful",  "close_notes": "Closed by API",  "state": "3"} Th...
Helpfuls given to