Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 09:12 AM
Could you confirm where I would set that? I have the below set in my business rule but it i still not working;
var s = new sn_ws.RESTMessageV2('incident integration', 'Create new ticket');
s.setRequestBody(JSON.stringify(test));
s.setStringParameterNoEscape('ticketno',ticketno);
var response = s.execute();
var responseBody = response.getBody();
var httpStatus = response.getStatusCode();
gs.log('Ensono responsebody: ' + responseBody );
gs.log('Ensono status' + httpStatus);