Note: While this ticket relates to Jira, the issue is specifically with API connectivity (both REST API and GraphQL API) rather than the Jira interface itself. I'm unsure where to put this specifically so let me know if this should be posted somewhere else.
I'm experiencing intermittent issues with API requests to our Atlassian Cloud instance where some requests hang indefinitely without returning any response or error.
For example, if I send
curl https://{ORG}.atlassian.net/rest/api/3/myself \
-u "{USER}:${ATL_TOKEN}" \
-H "Accept: application/json"Issue Details:
https://{org}.atlassian.net/rest/api/3/myselfWhat I've Tried:
Since this only happens with authenticated requests and works fine on some days, it could be related to auth handling, rate limits, or something backend/network-related. The fact that unauthenticated endpoints respond normally is a helpful clue.
You might try regenerating your API token, adding timeouts, or testing from a different network to narrow it down.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.