You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise JIRAError(
jira.exceptions.JIRAError: JiraError HTTP 401 url: https://XXX.atlassian.net/rest/api/2/serverInfo
text: Client must be authenticated to access this resource.
the access token is valid, normal requests to te API works.
Is there an existing issue for this?
I have searched the existing issues
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
No response
jira-python version
3.8.0
Python Interpreter version
3.12
Which operating systems have you used?
Linux
macOS
Windows
Reproduction steps
# 1. Get an access token of your account# 2. Try to use it to create an instance of JIRAjira_instance=JIRA(
server='https://XXX.atlassian.net/',
token_auth=access_token,
)
# 3. "Client must be authenticated to access this resource." error shows up
Bug summary
I tried doing something like this:
I'm getting the folowing error:
the access token is valid, normal requests to te API works.
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
No response
jira-python version
3.8.0
Python Interpreter version
3.12
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
It should authenticate and let me use the instance.
Additional Context
No response
The text was updated successfully, but these errors were encountered: