The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to Pass OAuth Access token to JIRA Rest API

pradeep raju
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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