Hi All,
I need to get the access token for making jira api calls, for which I need to do the oAuth dance. The sample code in the bitbucket does not work for me, so I would like to write the code by myself.
Please share the request details(headers, parameters, body, method etc.) for below endpoints:
REQUEST_TOKEN: '
/plugins/servlet/oauth/request-Token'
AUTHORIZE:
'/plugins/servlet/oauth/authorize'
ACCESS_TOKEN:
'/plugins/servlet/oauth/access-token'
thanks,
Lingxiao