YouTrack Server
 

Command Reference

Last modified: 12 June 2024

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 Mobile, you enter the following search query:

    for: me tag: {YouTrack Mobile} #critical

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

    for me tag YouTrack Mobile critical