Hello,
We are receiving error while trying to integration JIRA Plus app in Freshdesk. API tokens are not getting authenticated. As per Freshdesk team, there is no error from their side.
When you receive authentication errors while integrating the JIRA Plus app in Freshdesk, especially related to API tokens not getting authenticated, the issue is most often with how the Jira API token is generated, used, or formatted, or a mismatch in base URL, user credentials, or permissions.
1. Check Which Jira Product You’re Using Is it:
If you’re on Server, you’ll need to explore third-party apps or Freshdesk’s generic API connectors instead.
2. Ensure You’re Using the Correct API Token Format
You must use your Atlassian email address + API token for authentication (not your password).
How to generate a Jira API token:
Do NOT use your password or any other credential.
API token is used as the password in Basic Auth
3. Verify You’re Using the Correct Base URL
In the Jira Plus setup, Freshdesk will ask for the Jira site URL.
Example:
https://yourcompany.atlassian.net
Do not include trailing slashes or use incorrect domains (like jira.com, jira.org, or internal subdomains).
4. Use Basic Authentication Format
Freshdesk typically uses Basic Auth for the Jira Plus app. That means:
You may need to enter this into a field or a pop-up during configuration.
5. Check Permissions of the Jira User
The user whose API token you’re using must have sufficient permissions in Jira:
Try logging into Jira Cloud using that email/token combo via Postman to verify the credentials work.
6. Clear App & Retry
Sometimes caching or partial installs cause issues:
7. Enable Atlassian API Access (if restricted)
Some organizations restrict API usage for security. If you’re part of an enterprise Jira Cloud instance:
As a last resort you can try this in Postman:
If you get a 200 OK response, your credentials are valid.
If you are still stuck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.