Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

Lance Waldrop
Contributor
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