Hi,
So basically I am connecting to external API from jira automation rule.
I created the following HTTP requests in the correct order:
1) GET value 1 from external API
2) GET value 2 from external API
3) POST value 1 & 2 external API
As you can see from above, I will need to perform 2 GET requests to retrieve 2 values first before injecting these 2 values into external API. When doing the GET requests, I will use webhookResponse.body.value to retrieve the value. How do I retain value 1 without overridden by the value 2 and without function to Create Variable? I am running on older version of Jira Software i.e .8.20.10 hence do not have the function to Create Variable. Please don't tell me to upgrade the software as I am not the owner.