-
Notifications
You must be signed in to change notification settings - Fork 25
How should token look like? #282
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
If you are using the "non-cloud" version of Jira you can use the PAT directly like:
|
What about for the SaaS version of Jira? I'm also struggling to figure out the PAT format |
There was a regression in "@axis-backstage/plugin-jira-dashboard-backend" version 4.5.0. If this has not been resolved try again with the latest version (4.5.1). |
@Rades98, were you able to resolve this? We have Data Center and I am unable to retrieve issues for project: error Could not find Jira project DST: Failed to get project info for project key DST with error: Request failed with status code 404: Not Found I have tried
Where my personal access token looks like: |
No, I used the other plugin instead |
Uh oh!
There was an error while loading. Please reload this page.
There doesn’t seem to be any discussion regarding this, so I’m opening it as an issue. Could someone confirm the correct format for the token? Should it be
<email:PAT>
encoded in Base64?Here’s what I’ve tried so far:
<base64(email:PAT)>
email:PAT
directlyNone of these approaches worked, and all resulted in a 404 Not Found error. Additionally, it’s challenging to debug as there’s no log of the actual endpoint being called.
Error:
app-config.yaml
annotation in catalog-info.yaml of my service:
Is there something I’m missing regarding the token format or the configuration?
I also tested calling the endpoint directly via Postman using Basic Auth, and it worked perfectly. Apologies for my confusion, and thanks in advance for your help!
The text was updated successfully, but these errors were encountered: