Skip to content

jira issue

  • Usage: jira issue [flags]

Read, create, and manage Jira issues across their lifecycle. jira issue list, jira issue mine, and jira issue view read; jira issue create, jira issue edit, and jira issue transition change; and the comment, link, attachment, and watcher subcommands cover the metadata around an issue.

Subcommands honor the active profile's defaults (project, issue type, board) and take --output for machine formats; every mutation accepts --dry-run to preview without contacting Jira.

Examples

jira issue list --assignee me
jira issue create --summary "Fix login" --output=json # (1)!
jira issue transition PROJ-12 "In Progress" # (2)!
  1. Create an issue, printing the machine envelope
  2. Advance an issue through its workflow

Read

Write

Manage