⌥+⌃AltPlusCtrl

YouTrack Keyboard Shortcuts

YouTrack's most distinctive feature is its search query language, which lets you filter and find issues using a compact typed syntax (like project: Backend #Unresolved assignee: me) rather than only clicking through dropdown filters, and a meaningful share of its shortcut set exists to get you into that search bar as fast as possible. Because JetBrains also makes IntelliJ IDEA and other developer tools, YouTrack borrows some conventions familiar to that audience — Ctrl+Shift+A style 'find action' command palettes appear here in a similar spirit, reflecting a shared design lineage with JetBrains' IDE products even though YouTrack itself is a project-management web app rather than a code editor. Issue creation and quick command shortcuts also matter heavily here since agile teams using YouTrack are commonly creating or updating dozens of issues a day, and reaching for the mouse for each one adds up quickly across a team's actual daily usage pattern. Custom workflows, built in JetBrains' proprietary scripting language to define state transitions, validation rules, and automated actions, push YouTrack well past its out-of-the-box behavior for teams with specific process demands, though writing that workflow logic requires actual scripting skill rather than just memorizing a shortcut. Because YouTrack is built by the same company behind IntelliJ IDEA, teams already standardized on JetBrains developer tools sometimes choose it specifically for that shared design language and reduced context-switching cost between writing code and tracking the work around it.

Search Navigation

ActionWindowsMacDescription
Focus the search bar//Jumps directly into YouTrack's search query field, the primary way most users find and filter issues using the app's own compact query syntax rather than clicking through filter menus.
Open command paletteCtrl+Shift+ACmd+Shift+AOpens a searchable list of app commands and actions, echoing the same 'Find Action' shortcut convention used across JetBrains' IDE products like IntelliJ IDEA.

Issue Actions

ActionWindowsMacDescription
Create new issueCtrl+Alt+N (varies by page)Cmd+Option+NOpens the new issue creation dialog, letting you quickly log a bug, task, or feature request without navigating through a project's issue list first.
Apply quick command to issueCtrl+Alt+Enter (in comment/command field)Applies a typed command (like 'State In Progress' or 'Assign to me') directly from a text field on the issue, letting you change several fields at once through typed shorthand rather than individual dropdown clicks.
Save comment on issueCtrl+EnterCmd+ReturnSubmits a comment being typed on an issue, standard convention shared with most commenting interfaces across web apps.
Star/watch an issueStar icon on issue (no dedicated key)Marks an issue as starred/watched, subscribing you to its updates and surfacing it in a personal starred-issues view for quick future reference.
Link two issues togetherIssue > Links > Add LinkCreates a relationship between two issues (such as 'depends on' or 'duplicates'), helping track dependencies and related work across a project.

Agile Boards

ActionWindowsMacDescription
Navigate between board swimlanesArrow keys (with card focused)Moves focus between cards and swimlanes on an Agile board using arrow keys once a card has keyboard focus, letting you review a sprint board without relying entirely on mouse dragging.
Move card to next columnConfigurable via board card actionsMoves the focused card forward one status column on the Agile board, a keyboard alternative to dragging cards across columns by hand.
Filter Agile board by criteriaBoard filter barNarrows the visible cards on an Agile board using the same query syntax available in global search, letting you focus on a specific assignee's or sprint's subset of work.

Frequently Asked Questions

What makes YouTrack's search syntax different from typical filter dropdowns in other issue trackers?

YouTrack's query language lets you combine multiple structured filters (project, assignee, state, custom fields) and free-text search into a single typed line with autocomplete assistance, which experienced users find considerably faster than opening and configuring several separate dropdown filters, though it does require learning the syntax upfront compared to a purely visual filter builder.

Why does YouTrack's command palette feel similar to IntelliJ IDEA's shortcuts?

Both are JetBrains products sharing design conventions across their tool lineup, including the 'Find Action'-style command palette pattern (Ctrl/Cmd+Shift+A) that originated in their IDE products and was carried over into YouTrack's web interface, giving users familiar with other JetBrains tools a head start learning YouTrack's own shortcuts.

Can quick commands change multiple fields on an issue at once?

Yes — a single typed command string can chain multiple field changes together (for example, setting both state and assignee in one command), which is part of why the command field is treated as its own distinct shortcut-driven feature rather than just a comment box, letting experienced users update issues considerably faster than clicking through individual field editors.

Can I customize YouTrack's workflow logic beyond the default states and transitions?

Yes, through custom workflows written in JetBrains' own scripting language, teams can define specific state transitions, validation rules, and automated actions tailored to their process, though this is a considerably more technical undertaking than the everyday search and quick-command shortcuts most users rely on day to day.

Does starring an issue do anything beyond marking it as a favorite?

Yes, starring also typically subscribes you to notifications about that issue's updates and surfaces it in a dedicated personal starred-issues view, functioning as both a bookmark and a lightweight notification subscription rather than a purely cosmetic flag.

Can the Agile board filter use the same query syntax as the main search bar?

Yes, board filtering shares the same underlying query language used in YouTrack's global search, so criteria you already know from searching issues (like assignee or state) apply directly to narrowing down which cards are visible on a specific Agile board.

Does YouTrack support time tracking against issues for billing or reporting purposes?

Yes — logging time against a specific issue is built in, and that data feeds reports broken down by issue, project, or team member, which teams typically use either for internal capacity planning or for billing clients on service-based engagements.

Can YouTrack generate burndown or velocity charts for sprint reporting?

Yes, YouTrack includes built-in Agile reporting features including burndown and velocity charts generated automatically from sprint and issue data, giving teams visibility into progress trends without needing to export data to a separate reporting tool.

Does YouTrack have a shortcut for quickly filtering issues by the currently logged-in user?

Yes — typing 'for: me' into the search bar (which also has quick-access via keyboard focus using the / key) filters the issue list down to just issues assigned to or reported by your own account, a query shortcut rather than a single keystroke but fast to type from memory once learned.