-
Notifications
You must be signed in to change notification settings - Fork 57
personalAccessToken not working as described #351
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
Comments
The link in the documentation points to
It explicitly stated |
|
Let’s address step 1 (see my comment above) as part of the v4.1.0 release. We’ll leave the remaining steps for further investigation and prioritize their implementation in the future |
I've learned what PAT is and why it was added. It appears that PAT was introduced to work with the Jira Server API, which we no longer support (and never officially supported). In light of the above, it was decided to remove any mention of PAT and delete the related code. |
I'm totally new to jira and their API, so please forgive if this is obvious to you.
I've installed and set up my client as such according to your documentation:
But that yields this response:
Using the same token and the basic authentication, it works:
So is your documentation wrong here? Or your implementation? Or maybe personal access tokens don't exist anymore because Jira calls them API tokens on the referenced page?
The text was updated successfully, but these errors were encountered: