Skip to content
New issue

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

JIRA Basic auth with password is deprecated #48

Open
mawieland opened this issue Jun 15, 2022 · 0 comments
Open

JIRA Basic auth with password is deprecated #48

mawieland opened this issue Jun 15, 2022 · 0 comments

Comments

@mawieland
Copy link
Contributor

After installing sne and exceuting

sne import -c docs/conf.py jira_config -v 3.0.1 -r needs.json -o . -w

with a valid JIRA config the following exception is raised:

raise CommunicationException(f"Problems accessing {result.url}.\nReason: {result.text}")
sphinx_needs_enterprise.exceptions.CommunicationException: Problems accessing https://xyz.atlassian.net/rest/api/2/search?jql=project+%3D+testproject.
Reason: Basic authentication with passwords is deprecated.  For more information, see: https://developer.atlassian.com/cloud/confluence/deprecation-notice-basic-auth/

Using an API Token instead of the password should fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant