I have an automation rule that has a trigger on issue creation calling a 3rd party web service and it returns JSON with a list of test cases.
I want to iterate through each test case returned from the response and create a new issue type in the same automation rule.
I want to know how to iterate into automation rule over webhookResponse.body
Kindly provide help to fix this.
Hi @Amish Khatri ,
Have a look at this post. I think it already describes a solution for what you want to achieve.
Best regards,
Kris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.