Markdown and keyboard shortcuts
Edit and create with markdown
The Atlassian editor supports markdown formatting for rich text fields. This makes it quick and easy to add headings, lists, code blocks, and more to your descriptions, comments, and other rich text fields. You can copy raw markdown into the Atlassian editor but you can't convert content from it into raw markdown.
Rather than remembering different shortcuts for different types of content, you can remember just one: the slash command. Type / to add code, emoji, images, and more to your rich text fields.
For those of you who prefer using markup languages, you can type in markdown and it will convert to fully formatted content as you go.
Markdown syntax | Result |
|---|---|
**text** | Bold |
__text__ | Bold |
*text* | Italics |
_text_ | Italics |
~~text~~ | Strikethrough |
`text` |
|
[link](www.atlassian.com) | |
 | Image (from URL) |
# ## ### #### ##### ###### | Heading levels from 1 through to 6. |
* |
Note that |
- |
|
1. |
|
2) |
|
[] | Action item (press the Space key after [], use tab to indent, and shift + tab to outdent) |
> |
|
--- | Horizontal rule |
*** | Horizontal rule |
:emoji: | 😎 |
``` | Code block |
Keyboard shortcuts
Many of our keyboard shortcuts are consistent with industry standards, so will be the same as in the other apps you use.
To override native keyboard shortcuts, make sure that your cursor or focus is on the text editor.
Keyboard shortcuts (Mac) | Keyboard shortcuts (Windows) | Result |
|---|---|---|
⌘ + B | CTRL + B | Bold |
⌘ + I | CTRL + I | Italic |
⌘ + U | CTRL + U | Underline |
Tab | Tab | Indent list items |
Shift + Tab | Shift + Tab | Outdent list items |
⌘ + Shift + S | CTRL + Shift + S | Strikethrough |
⌘ + Shift + 7 | CTRL + Shift + 7 |
|
⌘ + Shift + 8 | CTRL + Shift + 8 |
|
⌘ + Shift + 9 | CTRL + Shift + 9 |
|
⌘ + Shift + - | CTRL + Shift + - | Divider |
⌘ + Shift + K | CTRL + Shift + K | Link |
⌘ + Shift + M | CTRL + Shift + M | Code |
⌘ + \ | CTRL + \ | Clear formatting |
⌘ + Z | CTRL + Z | Undo |
⌘ + Shift + Z | CTRL + Shift + Z | Redo |
⌘ + Shift + V | CTRL + Shift + V | Paste plain text |
: | : | Emoji |
@ | @ | Mention |
/ | / | Quick insert for tables, emoji, images, and more |
Turn off keyboard shortcuts
If Jira's keyboard shortcuts don't speed up your work and you'd prefer to turn them off, you can do so via the keyboard shortcuts dialog.
Select Help (), then Keyboard shortcuts.
Toggle off Keyboard shortcuts are enabled in the dialog.
Was this helpful?