Daniel Bayerlein

Results 54 comments of Daniel Bayerlein

@alternone Hi Chris, yes you can set the title. The Dashboard component accepts the property `title`, see https://github.com/danielbayerlein/dashboard/blob/master/components/dashboard.js#L24

I would be happy to receive a PR.

Post from @camillarizzo: > Hi @marco-streng, > I've done exactly the same steps, but in all widgets I get a response like this: > > Request URL: http://127.0.0.1:3001/?url=https://xxxx.atlassian.net/rest/agile/1.0/board/149/sprint?state=active Request Method:...

@marco-streng Basic authentication with Jira is deprecated since June 3rd, 2019 See https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/ > For the following APIs and pages, all requests using basic authentication with a non-API token credential...

We should replace the basic auth with the api token, see https://confluence.atlassian.com/cloud/api-tokens-938839638.html

Thanks for your inquiry. You're welcome to submit a pull request. The widget API is very simple. If you have any questions, please contact me.

Link to the REST API https://confluence.jetbrains.com/display/TCD18/REST+API

@michl-b I'll improve the error handling soon. 😉