Jira API tokens are used as authorization headers in Splunk On‑Call along with the Jira webhook. When an incident is created in Splunk On‑Call, it automatically triggers the creation of a Jira ticket using these credentials.
While reviewing the Splunk logs for the triggered incidents, we observed HTTP 401 (Unauthorized) errors. This indicates that the authorization request to Jira is being rejected.
Could you please check and confirm whether the Jira API token being used is still valid and has not expired, been revoked, or had its permissions changed? Additionally, please verify that the token is correctly configured in the integration settings.
Please check if the API token used is still valid and if not then please try with a new token.
Hello @Suraj Navalagi
A 401 error is strictly about authentication, so it means Jira isn't accepting your credentials at all. Since we're right in the middle of the May 2026 token expiry window, it's very likely your current API token has simply timed out. I’d start by rotating that token at id.atlassian.com and plugging the new one into Splunk.
Make sure Splunk is still sending it as a Basic Auth header (the base64-encoded version of your email:token). If you happened to use a newer "scoped" token, that might be the culprit too, as those don't always play nice with standard site URLs. Try a classic token first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.