I have created an automation-rule for a GET of Information from Ivanti out of a Jira-Ticket (Ivanti is our tool for change management in ARAG). Now the problem is how to parse the incoming information that comes from the GET - REST-API Command.
Hello @Andreas K_
What do you mean by 'parse'. If you mean "Read the body of the JSON response, then find stuff and change it or manipulate it", then the out of the box Automation can't do that.
The web request action only puts the request responses into variables such as {{webResponse.body}} for you to use those variables in subsequent actions as data inputs back into Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.