jira
Installation
SKILL.md
Jira with orbit CLI
Manage Jira issues, epics, sprints, boards, projects, releases, custom fields, screens, statuses, and issue types using the orbit CLI. Supports both Jira Cloud (REST API v3) and Jira Server/Data Center (REST API v2) with multi-profile support and 1Password secret resolution.
Prerequisites
orbitCLI installed — ifwhich orbitfails, install with:- macOS/Linux (Homebrew):
brew install jorgemuza/tap/orbit - macOS/Linux (script):
curl -sSfL https://raw.githubusercontent.com/jorgemuza/orbit/main/install.sh | sh - Windows (Scoop):
scoop bucket add jorgemuza https://github.com/jorgemuza/scoop-bucket && scoop install orbit
- macOS/Linux (Homebrew):
- A profile with a
jira-cloudorjira-onpremservice configured in~/.config/orbit/config.yaml - Valid credentials — API token for Cloud (basic auth with email + token), PAT for Server
- Credentials can be stored in 1Password with
op://prefix for automatic resolution
Quick Reference
All commands follow the pattern: orbit -p <profile> jira <resource> <action> [flags]
The -o flag controls output format: table (default), json, yaml.