Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Web Request fails in Automation but works in Postman

Jorge Soares
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2025

Hello everyone,

I am trying to use a Jira Automation rule to send a web request to an external API, but the request consistently fails (timeout). The exact same request, with the same URL, headers, and body, works perfectly when sent from Postman.

The API requires the following headers:

  • Content-Type: application/json

  • Authorization: Basic [Base64 Encoded Credentials]

  • API-Key: [My API Key]

  • Accept: application/json

The request body is a JSON object.

Troubleshooting Steps Taken:

  1. Confirmed Credentials: The Authorization and API-Key headers are correct, as they work when testing with Postman.

  2. Verified URL and Headers: The URL and all headers are an exact match between the Jira Automation rule and the working Postman request.

  3. Cross-referenced with Client Documentation: The client's documentation confirms that all required headers and body format are correct.

  4. Tested with a Different Method: A team member suggested trying a GET request to see if it would work, but it also failed, reinforcing that the issue is likely not with the POST method itself.

  5. Checked JIRA Forum for Similar Issues: I found a post about a known issue with path parameters, but my request uses a JSON body, not path parameters. 

We are now thinking this might be the firewall blocking our request but is anyone aware of any other reason that could be causing this?

Kind regards,

1 answer

0 votes
Evgenii
Community Champion
September 12, 2025

Hi, @Jorge Soares 

Welcome to Atlassian Community!

If a request works from your PC (e.g., via Postman) but fails in Jira Automations with a timeout error, the most likely cause is a firewall blocking access to the external API.

You should contact service's security team and request that they whitelist Atlassian's IP addresses.

The list of required domains and IP ranges can be found in the official documentation:
https://support.atlassian.com/organization-administration/docs/ip-addresses-and-domains-for-atlassian-cloud-products/

Suggest an answer

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

Atlassian Community Events