ShadowOfLies opened a new issue, #4077: URL: https://github.com/apache/incubator-devlake/issues/4077
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened Navigating to the `settings` view of the Advanced Blueprint produces a Javascript error  ### What do you expect to happen The settings view should be displayed to allow editing the blueprint ### How to reproduce Create a new advanced blueprint using the bare minimum configuration for a JIRA blueprint and navigate to the `settings` view for the blueprint (e.g. `http://localhost:4000/blueprints/settings/1`). The error will be displayed instead of the page. ``` [ [ { "plugin":"jira", "options": { "connectionId":1, "boardId":245 } } ] ] ``` ### Anything else This occurs every time on an advanced JIRA blueprint. There are no console errors in the browser. The API called by the dashboard returns a proper response with no API errors. ### Version main ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
