Jira on-premise and API token auth

As for 0.211.2 n8n allowing to use basic auth for Jira Server (on-premise) and API token auth for Jira Cloud.
On our self-hosted Jira data center (enteprise version of Server) we disabled basic auth for security reasons and using API tokens for all integrations, but seems like n8n doesnt support this. Please implement.

It should still use basic auth, you just use your API key in place of the password. Let me know if that works?

No, it doesnt use basic auth. It use Authorization - Bearer %Token% in header instead Authorization - Basic %login:pass%.
And this is doesnt work if try to use token instead password in n8n.
With token:


With password:

1 Like