Skip to content

jira adf

  • Usage: jira adf [flags]

Convert and preview Atlassian Document Format (ADF) rich text. jira adf convert translates Markdown into the ADF the write commands accept, and jira adf render shows how an ADF document displays in the terminal.

Use it to check what a description or comment will look like before a mutation, or to move rich text in and out of Markdown.

Examples

jira adf convert --input notes.md # (1)!
jira adf render --input description.json # (2)!
  1. Convert Markdown to ADF
  2. Preview an ADF document as it renders in the terminal

Subcommands