as you know, jira is changing their authentication method, if you want to integrate your app with jira which is hosted on their own cloud you are not allowed to use old user credential like username and password and you have to use `API KEY` instead.
this is a documentation how to create API KEY for my self:
https://confluence.atlassian.com/cloud/api-tokens-938839638.html
but, let say I am creating an application an I want to integrate my application with Jira how can I find this `API KEY`? how can I generate this for user in backend?
Hello,
You should create this API token and use your user name and password with Basic authentication during your rest calls.
API token replaces your password, that is all.
You can generate an API token only for your user, you cant generate this token for another user.
Usually if you write an integration, all integrations are done under an integration user, not under the user, who executes the rest call. That is why create a new user for integration, generate an API token for the user and use this token in your software.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.