https://github.com/jetbrains/youtrack-issues-list-widget
Hub dashboard widget to display a list of YouTrack issues that match a search query
https://github.com/jetbrains/youtrack-issues-list-widget
jetbrains-hub jetbrains-youtrack widget
Last synced: 10 days ago
JSON representation
Hub dashboard widget to display a list of YouTrack issues that match a search query
- Host: GitHub
- URL: https://github.com/jetbrains/youtrack-issues-list-widget
- Owner: JetBrains
- License: apache-2.0
- Archived: true
- Created: 2018-09-27T10:40:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T10:32:26.000Z (27 days ago)
- Last Synced: 2025-06-10T11:35:58.208Z (27 days ago)
- Topics: jetbrains-hub, jetbrains-youtrack, widget
- Language: JavaScript
- Homepage: https://plugins.jetbrains.com/plugin/10430-issues-list
- Size: 2.46 MB
- Stars: 12
- Watchers: 16
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# YouTrack Issues List Widget [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
## Note: this widget is migrated into a [YouTrack App](https://github.com/JetBrains/youtrack-apps/tree/main/packages/issue-dashboard-widgets/widgets/youtrack-issues-list)
[YouTrack](https://www.jetbrains.com/youtrack/) dashboard widget, which displays a list of YouTrack issues that match a search query.
Widget's [page](https://plugins.jetbrains.com/plugin/10430-issues-list) on JetBrains Marketplace
## Developing a Hub widget
The following commands are available:- `npm test` to launch karma tests
- `npm start` to run a local development server
- `npm run lint` to lint your code (JS and CSS)
- `npm run stylelint` to lint CSS only
- `npm run build` to generate a production bundle (will be available under `dist`)
- `npm run ci-test` to launch karma tests and report the results to TeamCityTo check your widget, go to the widget playground page located at `/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.## Introduction into widget development
Template for this widget was generated by [hub widget generator](https://github.com/JetBrains/ring-ui/tree/master/packages/generator/hub-widget).