From jira
Executes raw Jira REST API calls (GET, POST, PUT, DELETE, PATCH) via jirac CLI. Maps user goals to endpoints and handles requests for Jira interactions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira:apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute raw Jira REST API requests with the `jirac` CLI.
Execute raw Jira REST API requests with the jirac CLI.
Steps:
jirac is available by running jirac --version. If it is missing, tell the user to install it with cargo install jira-commands./rest/api/3/issue/PROJ-123jirac api get <PATH>jirac api post <PATH> --body '<JSON>'jirac api put <PATH> --body '<JSON>'jirac api delete <PATH>jirac api patch <PATH> --body '<JSON>'Examples:
jirac api get /rest/api/3/serverInfojirac api get /rest/api/3/issue/PROJ-123jirac api get /rest/api/3/projectjirac api post /rest/api/3/issue --body '{...}'npx claudepluginhub mulhamna/jira-commands --plugin jiraManages Jira Cloud issues via jira CLI with JSON output: create, view, update, search issues, fetch hierarchies, manage sprints.
Retrieves, analyzes, and updates Jira issues from the coding workflow. Supports MCP-based and direct REST API access for searching, creating, transitioning, and commenting on tickets.