Jira Python API - Unable to authenticate with Oauth

McKay Harris February 22, 2016

It's giving me the error that the jwt module isn't downloaded, but it shouldn't need a jwt since I'm providing all the credentials for oauth.  Anyone had this problem?

1 answer

0 votes
Karen Clark March 14, 2016

Looks like Atlassian add-ons require JWT:

https://developer.atlassian.com/static/connect/docs/latest/concepts/authentication.html

Could it be that you're connecting to something outside the REST API that expects the JWT token?

Suggest an answer

Log in or Sign up to answer