How can I parse the input coming from a GET API in Jira Automation?

Andreas K. February 2, 2023

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.

1 answer

0 votes
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2023

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events