Jira-python needing oauth2 implementation

Ray_Aguilar October 4, 2019

Currently right now Jira-Python only uses basic auth and oauth1 to connect to Jira, but I need an implementation that uses oauth2 (Bearer Token) to connect to Jira (Server). Does anyone have a workaround for this. 

2 answers

0 votes
Alex Radnaev March 26, 2020

@Ray_Aguilar ,
Yes, I found a workaround that works:

https://github.com/pycontribs/jira/issues/846

Let me know if you have questions!

Alex.

0 votes
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 11, 2019

Hi @Ray_Aguilar ,

Please notice that, at the moment, Oauth 2 is only supported/available when building apps for Jira Cloud. For details please see:

 

For Jira Server currently only Oauth 1.0 is available, but we have the below feature request open for this:

You may want to vote and watch the above feature request so that you will get notified in case of any update. The  feature will be addressed according to the Implementation of New Features Policy

 

Cheers,
Dario

Suggest an answer

Log in or Sign up to answer