YouTrack Integration Plugin
The YouTrack Integration Plugin extends the functionality of the Task Management plugin that is built into JetBrains IDEs. The plugin is available for use with IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm, AppCode, and CLion.
This plugin enables the following features in your IDE:
- View a list of issues that match a specific search criteria directly in your IDE.
- Enter a search query to locate a specific issue in the list.
- Open an issue as a task to set the work context in your IDE.
- Open a command dialog in your IDE to apply commands to issues in YouTrack.
In addition, this plugin enables the Open in IDE feature in YouTrack.
The list of issues that is pulled from your YouTrack server is cached locally in your IDE. This means that you can view issues even when offline.
Install the YouTrack Integration Plugin
Perform this setup directly in your IDE. You do not need to configure anything in YouTrack. Configure the plugin on a per-project basis.
To install the YouTrack Integration Plugin:
To configure the YouTrack Integration Plugin:
- Select the YouTrack Issues tool window.
- Click the Configure Servers icon.
- Click the Add server button and select YouTrack.
- Configure the connection to your YouTrack server:
- Click the Test button to test the connection to the server.
- Select the Commit Message tab.
- Enter placeholders for issue properties to set the default text for your commit messages.
- Click the OK button.
View Issues in the YouTrack Tool Window
The YouTrack Integration Plugin adds a YouTrack Issues tool window to your IDE.
The tool window is divided into two panes:
- The left pane displays a list of issues that match the search criteria from your Server settings.
- The right pane displays the issue ID, summary, tags, issue links, issue description, and comments.
The toolbar to the left of the tool window provides access to the following actions:
Search for Issues in the List
To search for a specific issue, select the tool window and start typing. The first issue that matches your search query is highlighted in the list.
Open Issues as Tasks in Your IDE
Like the Task Management, the YouTrack Integration Plugin lets you open an issue as a task and set your current work context.
To define the work context:
Apply Commands to Issues
The YouTrack Integration Plugin lets you apply commands to issues directly from your IDE. To open the Apply Command dialog in your IDE:
- Click the Execute YouTrack command button in the toolbar.
- Press Ctrl + Shift + Y (Control + Shift + Y on OS X).
The Apply Command dialog works exactly as it does in YouTrack. For more information, see Commands.
Open Stacktraces in Your IDE
YouTrack automatically recognizes and formats Java and C# stacktraces that are inserted into an issue description or comment.
When the stacktrace is formatted, references to source code and other issues are set as links. Click these links to open the target reference in your IDE.