Workflows in JavaScript - Write workflows in JavaScript instead of domain-specific languages. You can write a workflow in any IDE that supports JavaScript, pack it into a ZIP file and upload it to YouTrack. You can also write workflows from scratch in a web-based workflow editor inside YouTrack. YouTrack also adds support for action rules. This type of script lets you extend YouTrack with actions that can be applied as commands or accessed directly from the issue toolbar. The new workflows also support custom scripts, which let you better organize and structure your code. Define your own functions and objects and use them in other rules and workflows.
Improved Kanban Support - It is now possible to disable sprints on Agile Board. This means that teams who follow a Kanban methodology and other users who just don't want to use sprints can disable them completely. It is also possible to add an optional query to filter the cards on the board.
Personal Board Template - YouTrack 2017.3 comes with a board template that is preconfigured to be used for personal purposes. The template recognizes all of the projects where you are a team member for quick and easy configuration. The template also uses a query to filter cards on the board and show only issues that are assigned to you.
Project-based Swimlanes - You can now use projects to identify the swimlanes on an agile board. This feature is very helpful for those who track activities from various projects on one board. You can enable this option to identify swimlanes by values from the project field in the board settings.
Authentication Throttling - It is now possible to set up throttling for login attempts and verification of user credentials to prevent brute-force attacks and increase data security.
Advanced Visibility Options - You can now restrict the visibility of issues, comments, and attachments to one or more groups and single users. This update also enables support for private issues. If there is an issue in your project that you wish to keep to yourself, set the visibility to Me only. You can track your progress on these issues privately without adding unnecessary distractions for other members of your project team.
Time Report Improvements - Many of the limitations that diminished the usability of this report have been eradicated. For example, you can now generate reports that show only work items for one or more work authors and one or more work types. YouTrack also adds the option to group work items by project. Instead of creating separate reports for each project, you can generate a single report and track the efforts of your team on a per-project basis.
General Reports Improvements - Settings that store multiple values are much easier to work with. Many major problems have also been solved with the Advanced Issues per Project report.
Zendesk Integration Improvements - It is now possible to create YouTrack issues from Zendesk tickets with a fixed user account for the reporter. This means that YouTrack no longer create new user accounts for each user who submits a support request. YouTrack also adds links to Zendesk tickets to each issue that is created by the integration. These links let you open the original Zendesk ticket, or jump directly to the conversations and events in the linked ticket.
OAuth 2.0 Presets for GitLab and Bitbucket Cloud - Now you can sign in YouTrack with your GitLab or Bitbucket Cloud accounts. All of the endpoints and mappings that are required for setup have been configured for you. All you have to do is register YouTrack in the connected authorization service and enable the authentication module.
Custom Widgets - As a part of experimental features YouTrack adds a possibility to add custom widgets for the dashboards. You can create a widget in any IDE and load it for testing on the widgets playground page with only few clicks. After the widget is ready, you can upload it and add it to your dashboard. This feature lets you extend the functionality of your dashboards to grab content from external sources or present data from YouTrack in a unique format.
Write workflows in JavaScript instead of domain-specific languages.