Atlassian Crucible Keyboard Shortcuts: Full List + Free PDF

Atlassian Crucible is a peer code-review tool that lets development teams find defects, leave inline comments, and track issues directly in the source. Its keyboard shortcuts let reviewers move through files, comments, and diffs without reaching for the mouse which adds up to real time saved across a day of reviews.

This page lists every Crucible keyboard shortcut, grouped by category, with a free PDF you can download or print. You’ll also find how to view the shortcut list inside Crucible itself, and a note on the product’s current support status.

Is Atlassian Crucible still supported?

Atlassian has wound down its standalone server products, and Crucible (along with Fisheye) is no longer actively developed and sold the way it once was. Teams running an existing Crucible server installation can still use every shortcut below they work on current installs. New teams setting up code review today usually evaluate alternatives, but if you’re already on Crucible, this reference applies as-is.

How to view keyboard shortcuts inside Crucible

You don’t have to memorize the full list Crucible has a built-in reference:

  1. Open any review in Crucible.
  2. Click the Tools drop-down menu in the top-right corner of the screen.
  3. Select Keyboard Shortcuts.

A reference panel opens showing the shortcuts available in your version. You can also press G then A to open this panel directly.

Most Used Atlassian Crucible Shortcuts

ActionShortcut
Toggle full-screen preview modeG then D
Open reference list of keyboard shortcutsG then A
Close reference list of keyboard shortcutsG then I
Go to the previous elementG then P
Go to the next elementG then G

File Navigation Shortcuts

ActionShortcut
Go to the next elementJ
Go to the previous elementK
Go to first fileShift + K
Go to the last fileShift + J
Go to the next unreviewed fileU
Go to previous unreviewed fileI
Set file reviewed and go to next unreviewed fileY
Toggle file reviewed or unreviewed statusShift + Y
Expand current fileE
Collapse current fileC
Expand all filesShift + E
Collapse all filesShift + C

Comment Navigation Shortcuts

ActionShortcut
Go to next review commentN
Go to previous review commentP
Go to first review commentShift + P
Go to the last review commentShift + N
Go to the next threadL
Go to the previous threadH
Go to the next unread comment]
Go to previous unread comment[
Reply to a commentR
Toggle comment read or unread statusM

The two shortcuts worth learning first

If you only memorize two keys, make them J and K. They jump you to the next and previous element in a review and you can choose what counts as an “element” (files, comments, defects, or diffs) using the dropdown in the review header. Pair them with R to reply to a comment without touching the mouse, and a full review pass gets noticeably faster.

A handy detail for marking your place: press Y to mark the current file reviewed and jump straight to the next unreviewed one, or M to leave a comment unread so you can circle back to it later.

Frequently asked questions

How do I reply to a comment in Crucible?

Press R while focused on a comment to open the reply form.

How do I mark a file as reviewed in Crucible?

Press Y to set the current file as reviewed and jump to the next unreviewed file. Press Shift + Y to toggle the reviewed status.

What is the shortcut to see all Crucible keyboard shortcuts?

Press G then A, or open Tools > Keyboard Shortcuts from any review.

Do Crucible keyboard shortcuts work in the browser?

Yes they’re web-app shortcuts. Note that Crucible reassigns some function keys (such as F1 and F6), which can override browser defaults during a review.

Can I download the Crucible shortcuts as a PDF?

Yes. Use the download link on this page for a printable Crucible keyboard shortcuts cheat sheet.

Wrapping up

These shortcuts cover the three things reviewers do most in Crucible: navigating files, moving through comments, and managing review state. Start with J/K for navigation and R for replies, keep the PDF handy, and the rest become muscle memory quickly. Bookmark this page as your quick reference, or download the cheat sheet above.

Read next:

Pratik

Pratik is the founder of Tutorial Tactic and a productivity tools specialist with 15 years of hands-on experience in Google Workspace, Microsoft Office, and software automation. He has published over 1,500 guides on keyboard shortcuts, software commands, how-to tutorials and workflow optimization, helping readers across the US and India work faster with the tools they use every day. Tutorial Tactic was founded in 2021 with one goal: cut through the noise and give readers exactly what they need fast, verified, and beginner-friendly.
Back to top button