Search Query Grammar

Skip to end of metadata
Go to start of metadata
Search

Searching YouTrack 2.x Documentation

Table of Contents

Intro

This document provides a BNF description for YouTrack Search Query grammar.

Grammar

Grammar is case-insensitive.

For complete list of search attributes please refer the Search and Command Attributes.

Samples

Query Description
"Who is mister Putin" Issues that contain phrase "Who is mister Putin"
for: me #unresolved Unresolved issues assigned to the current user
for: me unresolved Issues assigned to the current user and contain word "unresolved"
for: mazine Issues assigned to user with login "mazine"
for: batman Issues assigned to user with login "batman" when there is no user "batman"
mazine Issues that contain word "mazine"
#mazine Issues created by or assigned to user with login "mazine"
-mazine Issues created by or assigned to any user but "mazine"
state: -open, -submitted Issues in any state but "open" or "submitted"
sort by: priority, issue id asc All issues sorted by priority in default order and then by issue id in ascending order

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.