Jira Rest api with Oauth Token

Qi Jiang July 17, 2017

How to access Jira Rest API with Oauth Token, I did try following but no luck:

curl -H "Authorization: OAuth ACCESS_TOKEN" http://localhost:8080/jira/rest/api/2/issue/

Got 403 error

1 answer

1 accepted

0 votes
Answer accepted
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 19, 2018

Hi! 

 

Looks like steps from this instruction works

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

 

Cheers,

Gonchik Tsymzhitov

Suggest an answer

Log in or Sign up to answer