I have followed the example (https://bitbucket.org/atlassian_tutorial/atlassian-oauth-examples/src/3f0d22c5b1d8749fae6f05aa3556ca8ac3724b5a/python/?at=default) and managed to get the oauth token and secret.
Now how do I use them to make REST calls, I am using 'requests' in python to make API calls but it is returning 400 code only. However the same API call is working perfectly in browser.
I don't understand how to use the oauth token.
please, checkout https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/
and then I wrapped into that authentication method
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.