Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to authenticate JIRA REST

Ashish Biswal May 12, 2019

want to authenticate to "rest/api/2/issue/{issuekey}/comment"

2 answers

0 votes
Gonchik Tsymzhitov
Community Champion
May 14, 2019
0 votes
Kurt Klinner
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 12, 2019

@Ashish Biswal 

 

Hi Ashish

there are a bunch of documentation articles available

Basic Auth

https://developer.atlassian.com/server/jira/platform/basic-authentication/

Oauth

https://developer.atlassian.com/server/jira/platform/oauth/

Pls. have a look

 

Cheers

Kurt

Ashish Biswal May 12, 2019

@Kurt Klinner 

I am trying to use the basic authentication but how can I get the current logged in username and password or the base64 encode.

Suggest an answer

Log in or Sign up to answer