From jira
Transitions Jira issues to new workflow states using jirac CLI, either directly by target status or via interactive picker. Useful for terminal-based Jira workflow updates.
npx claudepluginhub mulhamna/jira-commands --plugin jiraThis skill uses the workspace's default tool permissions.
Transition a Jira issue using `jirac`.
Use this skill only when the user explicitly invokes /transition-jira-issue to move a Jira issue through its workflow by state name. This is a write skill with irreversible side effects — it must never be auto-invoked from conversational context. Accepts an issue key and target state name (case-insensitive). Shows a transition preview and requires explicit confirmation before posting.
Bulk transitions multiple Jira issues matching a JQL filter to a target status using the jirac CLI, extracting project, filter, and options from requests.
Manages Jira issues: view/create/update tickets, check sprints/backlogs via jira CLI, Atlassian MCP tools, or REST fallback. Activates on Jira keywords or issue keys like PROJ-123.
Share bugs, ideas, or general feedback.
Transition a Jira issue using jirac.
Steps:
jirac is available by running jirac --version. If it is missing, tell the user to install it with cargo install jira-commands.jirac issue transition <ISSUE-KEY> --to '<STATUS>' when the target status is knownjirac issue transition <ISSUE-KEY> when the user wants the interactive pickerExamples:
jirac issue transition PROJ-123 --to 'In Progress'jirac issue transition PROJ-456 --to 'Done'jirac issue transition PROJ-789 --to 'In Review'