Skip to main content

jira-jr

Jira CLI built for AI agents — pure JSON output, semantic exit codes, 600+ auto-generated commands, and built-in jq filtering.

Give your AI agent (Claude Code, Cursor, Copilot, or custom bots) reliable, token-efficient access to Jira Cloud.

Install

pip install jira-jr
# or
uv tool install jira-jr

Why jr?

# Full Jira response: ~10,000 tokens
jr issue get --issueIdOrKey PROJ-123

# With jr's filtering: ~50 tokens
jr issue get --issueIdOrKey PROJ-123 --fields key,summary --jq '{key: .key, summary: .fields.summary}'
  • All output is JSON — stdout for data, stderr for errors, always
  • Semantic exit codes — 0=ok, 2=auth, 3=not_found, 5=rate_limited — agents can branch without parsing
  • 600+ commands from the official Jira OpenAPI spec, synced daily
  • Batch operations — N API calls in one process via jr batch
  • Self-describingjr schema --compact lets agents discover commands at runtime
  • Workflow helpersjr workflow transition --to "Done" resolves IDs automatically

Quick start

# Configure
jr configure --base-url https://yoursite.atlassian.net --token YOUR_API_TOKEN

# Search issues
jr search search-and-reconsile-issues-using-jql \
  --jql "project = PROJ AND status = 'In Progress'" \
  --jq '[.issues[] | {key, summary: .fields.summary}]'

# Transition + assign in one call
echo '[
  {"command":"workflow transition","args":{"issue":"PROJ-123","to":"Done"}},
  {"command":"workflow assign","args":{"issue":"PROJ-123","to":"me"}}
]' | jr batch

Also available via

  • Homebrew: brew install sofq/tap/jr
  • npm: npm install -g jira-jr
  • Scoop: scoop bucket add sofq https://github.com/sofq/scoop-bucket && scoop install jr
  • Docker: docker run --rm ghcr.io/sofq/jr version
  • Go: go install github.com/sofq/jira-cli@latest

Documentation

Full docs, Claude Code skill, and source at github.com/sofq/jira-cli.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jira_jr-1.1.6.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jira_jr-1.1.6-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file jira_jr-1.1.6.tar.gz.

File metadata

  • Download URL: jira_jr-1.1.6.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for jira_jr-1.1.6.tar.gz
Algorithm Hash digest
SHA256 51a2855db5b9d1ce26d56fee0eb590fbb37529e4e7e8a56f9d61762b3363c507
MD5 bb3b4086d728df8dd245d3c51c0e555a
BLAKE2b-256 883f18032b810147d90fca30bac58cc22e3589d00b59f42a4c96943d99608d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for jira_jr-1.1.6.tar.gz:

Publisher: release.yml on sofq/jira-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jira_jr-1.1.6-py3-none-any.whl.

File metadata

  • Download URL: jira_jr-1.1.6-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for jira_jr-1.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4d29d94763c249ed60291da1d9d78bed52af96575aad81b840dcc99845682eeb
MD5 cddee23a2f521036f2c0ddb2200f518c
BLAKE2b-256 38e1b2e39d3c588e4128d8be9b9cf3b02e08908171aa185a6b724504af3ab970

See more details on using hashes here.

Provenance

The following attestation bundles were made for jira_jr-1.1.6-py3-none-any.whl:

Publisher: release.yml on sofq/jira-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.1.6 This release

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.1

2 files

1.0.0

2 files

0.9.8

2 files

0.9.7

2 files

0.9.6

2 files

0.9.5

2 files

0.9.4

2 files

0.9.3

2 files

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.8.24

2 files

0.8.23

2 files

0.8.22

2 files

0.8.21

2 files

0.8.20

2 files

0.8.19

2 files

0.8.18

2 files

0.8.17

2 files

0.8.16

2 files

0.8.15

2 files

0.8.14

2 files

0.8.13

2 files

0.8.12

2 files

0.8.11

2 files

0.8.10

2 files

0.8.9

2 files

0.8.8

2 files

0.8.7

2 files

0.8.6

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.1

2 files

0.7.0

2 files

0.6.0

2 files

0.5.7

2 files

0.5.6

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page