Hello
I have a doubt about ACP-420 exam . I can´t find a book documentation for preparing the exam. The only resources is the Atlassian University's training catalog?
Hi Ahbinay,
There is a guide you can start with titled JIRA REST API Example - OAuth authentication. It explains how to allow REST clients to authenticate using OAuth.
Cheers,
Branden
Hi Branden,
Thanks for the response, I have gone through the guide on OAuth example.
But, the example uses a separate jar for obtaining access token which is required to be sent with each API call.
My program makes multiple API requests to JIRA for which I am using Spring REST Template to GET and POST data.
How should I send Access Token with each API request? and Is there a way to obtain Access Token without using the jar given by JIRA.
Regards,
Abhinay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Abhinay,
Here are a couple resources I can provide:
The Atlassian 3-legged OAuth Example repository
This repo has examples for use in Java, Ruby, Perl, Python, Nodejs, php, and the source itself.
I would recommend looking through the examples listed there and try following those steps to see if you can get this working.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to use Oauth with Bamboo Server. The documentation does not mention Oauth.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.