-
Notifications
You must be signed in to change notification settings - Fork 136
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
Update auth method by token #362
base: master
Are you sure you want to change the base?
Conversation
I think you're mixing up PATs (personal access tokens) and basic auth (which is largely old/deprecated). |
https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/ but okay...
Indeed, it is a Basic Auth method but that uses user:token. |
You're right - my apologies for being brief 😄 - based on this thread, it seems it may be a bug/inconsistency on the Jira side that this has stopped working as documented: When I skimmed the PR, I was reading the link 2 lines above your diff, where the PAT page specifically is linked and still suggests using Bearer: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html#UsingPersonalAccessTokens-UsingPATs I'll re-open, but I think we should wait before changing the docs, to see if they fix on their end (though it apparently has been a problem for most of 2024). |
Indeed it is a strange method of using Bearer tokens by Jira 😅 I thought it was weird too so you're right, we should wait because they apparently broke something. I guess they do not understand anymore their own software architecture or something like that. It should have already been fixed since then... |
Hi all, I am having a similar issue. I can get a valid response with a simple call to the API:
Which returns a ton of information about all of the boards I can access. However, I cannot get any valid response through
Any ideas on how to tackle this issue? |
Authentication method has apparently been updated at Jira company.
Tell me if I am wrong but i had to do those modifications to make it work.
Please, read
NOTE FOR PR REVIEWER
in modifications (I should have put that in PR comment, I know)