We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was trying to authenticate using personal access token instead of a password using
jira = JIRA('http://its.cern.ch/jira', basic_auth=('username', 'Personal access token')
It gives authentication failure.
Basic Authentication Failure - Reason : AUTHENTICATED_FAILED
However, using actual password works. Please tell me if I am doing it in the wrong way. The user guide says the same.
The text was updated successfully, but these errors were encountered:
Thanks for your report would this be a possible solution? #991
a workaround until that PR is merged and released can be found here #989 (comment)
Don't hesitate to comment or contribute 👍
Sorry, something went wrong.
#991 now merged and part of the 3.1.0rc1 pre-release
Successfully merging a pull request may close this issue.
Hi,
I was trying to authenticate using personal access token instead of a password using
It gives authentication failure.
However, using actual password works. Please tell me if I am doing it in the wrong way. The user guide says the same.
The text was updated successfully, but these errors were encountered: