How to Pass OAuth Access token to JIRA Rest API

pradeep raju October 25, 2016

I am trying to implement JIRA Rest API with OAuth Authentication, I was able to generate Access Token by following the steps in https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-oauth-authentication

I want to make an API call in c# with the access token gained. But the document does not provide any information on how to send the access token to the API. 

Please help with the information on how to send the token.Any sample JIRA Api code with Token will be useful

1 answer

1 vote
Suresh (Hoffensoft)
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.
October 25, 2016

Please try the below library and the post

https://bitbucket.org/samnaseri/dotnetauth/wiki/Home

also  here is the similar kind of question in community

https://answers.atlassian.com/questions/172760

 

Suggest an answer

Log in or Sign up to answer