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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira:transitionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transition a Jira issue using `jirac`.
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'npx claudepluginhub mulhamna/jira-commands --plugin jiraTransitions a Jira issue through its workflow by state name or transition ID. Requires explicit user invocation and 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 issue lifecycles via CLI: transitions workflows and statuses, assigns/unassigns owners, resolves/reopens issues, handles versions and components.