
Clicking a column opens the Issues list and shows the issues that match the query. The Agile Board Status widget displays the status indicator that tracks the number of issues in each column on an agile board in YouTrack.
Youtrack custom widgets code#
These widgets are open source, so feel free to use the source code as a springboard to develop your own widgets.
Youtrack custom widgets generator#
The generator creates all of these components, including a sample custom widget. Our open-source Ring UI library includes a package that automatically generates a project for a custom widget. An index file that serves as an entry point for the widget.If you don’t want to create your own widget, feel free to grab an existing widget from the JetBrains Plugins Repository.Ī custom widget consists of the following components: We provide a custom library for JavaScript that includes an API for working with widgets. In this article, I’m going to walk you through the basic steps for creating a custom widget and tell you about the widgets that are available in the JetBrains Plugins Repository.Īnyone who knows JavaScript can create a custom widget and share it with the community. With this feature, you can extend the functionality of your dashboards to grab content from external sources or present issue data in a unique format. That is why we added functionality that lets you create custom widgets and add them to your dashboards. But sometimes you want to view the data in a different layout or track information from other applications. There is a standard set of widgets in YouTrack that you can use at any time. YouTrack lets you track activities in different projects and get an overview of the current status of your own tasks on a dashboard.
