Integration Issue key not defined
Hello All,We are currently working on integrating Jira with ServiceNow using a Scripted REST API.Below is the script snippet being used: var data = request.body.data; gs.info("Attachment Logs: " + JSON.stringify(data)); // Log is printed var key1 =...