We recently downloaded a trial version of an atlassian jira add-on named 'EA Connector for Jira' which is meant to connect Jira with Enterprise Architect desktop appilcation.
However, when we try to login to Jira Cloud from within EA using our Jira credentials, we get a message that the connection could not be established. The logs include the following error: 'The remote server returned an error: (401) Unauthorized.'
We tried logging in using both a username (full email) and a password, as well as a username (full email) and an api token combination but none of them worked.
The company selling the add-on cannot provide support at the moment, so we are stuck.
Has anyone used this add-on and managed to successfully log-in or have any idea about what the problem might be?
A 401 from Jira Cloud almost always means the credentials aren’t being accepted. Since Atlassian dropped password-based API access a while back, the only way to authenticate is with your Atlassian account email and an API token. Regular passwords won’t work with integrations anymore.
If you’ve already tried the email + token combination and it still fails, a couple of things are worth checking:
Make sure the API token you generated is new and active. Sometimes old or revoked tokens throw this exact error.
If your company uses SSO (SAML, Google, etc.), the connector might not support that flow. In that case the only option is still the email + API token, not your SSO password.
Try a quick test outside of EA: use curl or Postman to call https://yourdomain.atlassian.net/rest/api/3/myself
with your email + token. If that works, then the issue is with how the EA Connector is handling authentication.
If the API call works but EA still gives you 401, then it’s most likely the connector isn’t handling Jira Cloud auth properly. That would be something to take back to the vendor, because the error technically comes from Jira but the way credentials are being passed is on their side.
This usually points to an authentication problem with the EA Connector for Jira between the two systems. Here are a few things you can check:
If you’re still stuck, and the add-on support isn’t available, it might be worth looking into a different integration approach that handles the integration more reliably. You may consider OpsHub Integration Manager, an Atlassian Partner and a no-plugin solution to connect Jira Cloud with Enterprise Architect. It supports a wide range of integrations, is easy to configure, and doesn’t require technical setup. Plus, it works without worrying about manual authentication issues like you’re encountering.
You may refer to our Atlassian listing on EA - Jira integration on Atlassian Marketplace.
Hope it helps!
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.