jira
SKILL.md
Jira CLI & MCP Server
Configuration
jira config init # interactive setup → ~/.config/jira-cli/config.toml
jira config validate # test connection
No env vars. JIRA_URL / JIRA_EMAIL / JIRA_API_TOKEN are intentionally ignored. Use CLI flags --url/--email/--token for one-off overrides.
Output Formats
--format table # default
--format json # array
--format jsonl # one object per line, auto-paginates all results
JSONL is preferred for scripting — pipe directly to jq.