Note: this widget is migrated into a YouTrack App
YouTrack dashboard widget, which displays a list of YouTrack issues that match a search query.
Widget's page on JetBrains Marketplace
The following commands are available:
npm testto launch karma testsnpm startto run a local development servernpm run lintto lint your code (JS and CSS)npm run stylelintto lint CSS onlynpm run buildto generate a production bundle (will be available underdist)npm run ci-testto launch karma tests and report the results to TeamCity
To check your widget, go to the widget playground page located at <your_hub_server>/dashboard/widgets-playground.
You may encounter the following problem when using a local development server together with Hub running over HTTPS: all major browsers block insecure scripts. In Chrome you can add a security exception: click the security notification in the address bar (the one saying "The page is trying to load scripts from unauthenticated sources") and press the "Load unsafe scripts" button. Similar workarounds are available in other browsers as well.
Template for this widget was generated by hub widget generator.