Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Does JIRA python module work anymore because of the deprecated password/username method?

Judah Rauch January 13, 2023

The Jira python module used to use a basic_auth authentication using your username and password/token, which doesn't appear to work anymore due to the deprecation. Does this mean that the module is useless or is there still an alternative way to authenticate? Is using the API the only way now?

 

jira_connection = JIRA(
    basic_auth=(email, api_token)), server="https://site.atlassian.net"
)

1 answer

0 votes
Dave Mathijs
Community Champion
January 13, 2023

Hi @Judah Rauch , have a look at OAuth 2.0 (3LO) apps 

Judah Rauch January 16, 2023

Thanks! I noticed that was for the APIs, so are you saying that the module is useless. I will need to rework what I've built if that's true and I want to make sure because I'm able to run my program successfully when run on my local machine but it breaks when put into the development context

Judah Rauch January 16, 2023

I found the issue. I guess the module is still working but thanks for your input

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events