Transition Jira issues to a new workflow state with jirac, either directly or through the interactive transition picker

Transition Jira issues to a target workflow state using jirac.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill transition-jira-issues-to-a-new-workflow-state-with-jirac-either-directly-or-through-the-interactive-transition-picker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Transition Jira issues to a new workflow state with jirac, either directly or through the interactive transition picker
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/transition
Command: npx skills add https://github.com/mulhamna/jira-commands --skill transition-jira-issues-to-a-new-workflow-state-with-jirac-either-directly-or-through-the-interactive-transition-picker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of moving Jira issues to the correct workflow status without tedious manual clicking in the Jira UI.

Core Features & Use Cases

  • Direct transitions: Transition an issue to a specific target status when you know the exact state you want.
  • Interactive transition picker: Transition without having to specify the target status up front, letting you choose from available options.
  • Practical usage: Use it for common workflows like moving a ticket to In Progress, marking it Done, or sending it to In Review after changes.

Quick Start

Ask it to transition an issue to a named workflow status, for example: transition PROJ-123 to In Progress.

Frequently Asked Questions about Transition Jira issues to a new workflow state with jirac, either directly or through the interactive transition picker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transition Jira issues to a new workflow state from the command line?

You can transition Jira issues from the command line by providing the issue key and optional target status to a CLI tool, which executes the transition and updates the ticket without manual web interface navigation.

Can I move a Jira ticket to In Progress without knowing the exact workflow status name?

Yes, you can move a Jira ticket using an interactive transition picker, which prompts you to select from available workflow states when the target status is not specified directly.

What is the best way to change Jira issue status quickly during development?

The best way to change Jira issue status quickly is by using a CLI command to transition tickets directly, bypassing the Jira UI to move issues to states like Done or In Review after changes.

Do I need jirac installed to transition Jira tickets via command line?

Yes, you need jirac installed and available in your environment, as the tool requires jirac availability validation before executing issue transitions with the --to flag or picker mode.

Why does my CLI Jira issue transition fail when moving tickets between states?

CLI Jira issue transitions may fail if jirac is not properly installed or if the specified target workflow state is invalid, requiring validation of the issue key and target status before execution.