YouTrack Server
 
2019.2
Get YouTrack Standalone
You are viewing the documentation for an earlier version of YouTrack Server. View this page in the current documentation

Command Reference

Last modified: 17 December 2019

Commands are basically a series of attribute and value pairs that apply changes to one or more issues at once. In many cases, you can skip the attribute and enter the value that you want to apply. YouTrack detects which attributes use the specified value and suggests valid options for the command.

The format you use to enter a command is similar to the syntax used in a search query. However, the rules for using colons, braces, and number signs do not apply to commands. For example:

  • To search for critical issues that are assigned to you and associated with the tag YouTrack 2017, you enter the following search query:

    for: me tag: {YouTrack 2017} #critical.

  • To apply a command that assigns the issues to yourself, adds the tag YouTrack 2017, and elevates the priority to critical, you enter the following command:

    for me tag YouTrack 2017 critical.