Can We Acces Jira API Through Application Credential ?

Mithila Lishan May 7, 2024

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?

2 answers

1 accepted

0 votes
Answer accepted
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2024

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.

Mithila Lishan May 8, 2024

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

Mithila Lishan May 14, 2024

@David Bakkers Thank you for your guidance this documentation will help me for achieve my requirement .

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 8, 2024

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!

David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2024

Hello @Aron Gombas _Midori_ 

The OP is asking for credentials INSTEAD OF user / Basic auth (email address + token) credentials.

Suggest an answer

Log in or Sign up to answer