Krystofer Newman
Krystofer Newman
@pjungermann I gave full permissions to the app token. the initial startup says `bitbucketCloud{host=bitbucket.org,authed=true}` but our bitbucket instance is tied to okta sso for login, would it be required to...
@pjungermann following up here any idea?
Thank you for the update, I was able to get authenticated and pull repos!
Seeing a 404 as well, I can do curl with `and` without the `--user` specified with successful responses `backstage`: 1.26.4 `plugin-jira-dashboard-backend`: 2.0.0 `plugin-jira-dashboard`: 1.0.2 `plugin-jira-dashboard-common`: 1.0.1
Yes it does `https://xxx.atlassian.net/rest/api/latest/`
Upgraded to `2.1.0` Here is my `app-config` entry ``` jiraDashboard: token: -u [email protected]:token baseUrl: https://xxx.atlassian.net/rest/api/latest/ userEmailSuffix: xxx.com ``` Seeing ``` [1] 2024-05-14T14:52:44.144Z jira-dashboard error Could not find Jira project MF:...
Opening the url in the browser gives me a full json response ``` { "expand": "description,lead,issueTypes,url,projectKeys,permissions,insight", "self": "https://xxx.atlassian.net/rest/api/2/project/xxx", "id": "xxx", "key": "MF", "description": "", ... } ```
The `Bearer ` format didn't work, but using `Basic ` from the [docs](https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/#supply-basic-auth-headers) did work!