What are the steps to make Jira restful api call via oauth from postman. How to do the setup so that we need not to enter the password manually
You can refer this Doc for Oath Integration
https://developer.atlassian.com/server/jira/platform/oauth/
With this you will get the
Consumer Key
Access Token
Private Key
and from Signature method select - RSA-SHA1
'
Hi @Sachin Dhamale ,
Thanks for the quick reply. My only doubt is that ,
In postman while setting up the Oauth 2.0 am getting the access token box , where i need to enter the public key ( that i need to generate on my local machine) . But after that in Jira where can i configure that same public key to establish the connection?
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.