What problem does it solve?
Jira API operations via Python CLI scripts. This Skill enables automation of common Jira tasks (searching issues, fetching details, creating/updating issues, logging work, and more) across both Jira Cloud and Server/DC, reducing manual steps and context switching in development workflows.
Core Features & Use Cases
- Automated Jira operations: Run lightweight Python scripts (via uv run) to interact with Jira programmatically.
- Broad Jira coverage: Support for core operations (issues, searches, worklogs), workflow (create, transition, comment), utilities (fields, users, links), and Agile components (sprints, boards).
- Cloud & Server/DC compatibility: Auto-detect and work with both Jira Cloud and Server/Data Center deployments.
- Extensible & scriptable: Standalone CLI scripts with inline dependencies for deterministic, repeatable automation.
Quick Start
Use this Skill to validate your setup and perform a basic search, for example:
uv run scripts/core/jira-validate.py --verbose
uv run scripts/core/jira-search.py query "project = PROJ AND status = 'In Progress'"