Skip to content

jira agent adf-matrix

  • Usage: jira agent adf-matrix [flags]

Print the Atlassian Document Format (ADF) nodes and marks that jira-cli knows how to read or write — the support matrix. ADF is the JSON rich-text format Jira uses for descriptions, comments, worklogs, and rich-text custom fields; reach for it before generating ADF by hand. For every node and mark it records which operations the CLI supports (author, render, preserve, validate, submit), and each row carries an official_url to the matching node in the Atlassian reference.

The output is local registry data: it does not contact Jira, and it does not prove that a particular Jira field accepts every listed node.

See the Atlassian ADF structure reference: https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/

Examples

jira agent adf-matrix # (1)!
jira agent adf-matrix --output=json # (2)!
  1. Inspect local ADF support without contacting Jira
  2. Emit the matrix as JSON for an agent