How To: Optimizing Jira Automation for Web Requests and Ticket Creation

Lance Waldrop August 13, 2024

I'm creating a Jira automation to send a web request to a third-party tool and create a ticket based on the response. The logic is as follows:

  1. Schedule the automation.
  2. Create a lookup table: [{ "key1": "value1" }, { "key2": "value2" }].
  3. Send a web request using endpoint?parameter=table.get("key1").
  4. For each value in the web response, assign it to a variable.
  5. Create a new task with the summary variable.section1.
  6. Repeat the web request with a new key.

Is there a way to pass each key into the initial web request to avoid repeating steps 3-5 for each lookup key?

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events