I want to integrate Jira APIs into a third-party application. Based on the documentation, it seems we access the API using the following credentials:
Username: Jira username
Password: Jira API Token
Is it possible to access the API using application credentials instead of user credentials?
Hello @Mithila Lishan
I suggest that you might want to re-read the Authentication and authorization section of the Jira Cloud REST API documentation again, as the exact answer to your question is right there, in the Other Integrations section.
Hi David,
Thanks for your reply i am reviewing the documentation part you suggested, give me some time i will go through it and accept your answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@David Bakkers Thank you for your guidance this documentation will help me for achieve my requirement .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can absolutely use an email address plus API token pair as credentials.
Note that you will have to pass them in a request header!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Aron Gombas _Midori_
The OP is asking for credentials INSTEAD OF user / Basic auth (email address + token) credentials.
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.