Forums

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

API token authentication failing

Fariah Thomas
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!
May 7, 2026

I am trying to connect to Jira in Workato, via an API token. I keep getting the error message "connection failed," please advice. 

1 answer

0 votes
Alexander Nilsson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 7, 2026

Hello Fariah,

thanks for your question.

"connection failed" with a Jira API token is almost always one of three things on the Jira side.

First, the username field. For Jira Cloud the basic auth credential pair is your Atlassian account email address plus the API token, not your Jira username, not your display name, not the site URL. So in the Workato connector, the username field needs the same email you use to log in to id.atlassian.com, and the password field gets the API token value. The auth format is documented here:

https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/

Second, the token itself. Atlassian started expiring legacy API tokens this year. Tokens created before December 15, 2024 are being expired between March 14 and May 12, 2026, so any token from last year or earlier is either already dead or about to be in the next few days. Easiest test is to generate a fresh token at https://id.atlassian.com/manage-profile/security/api-tokens and retry the connection with that one. The expiration policy is covered here:

https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/

Third, the host. Workato wants the Jira host as https://your-site.atlassian.net with no trailing slash and no path, so double-check there is for example no /jira appended.

If a fresh token plus the email address still fails, grab the exact error response Workato shows when the connection test runs (status code, response body) and post that, it will narrow down whether the request is being rejected at auth or at the host level.

Looking forward to your answer.

Greetings,

Alex

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events