jira-workflow-transitions

Transition Jira workflow states using jira-cli commands.

9|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/yebot/rad-cc-plugins --skill jira-workflow-transitions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-workflow-transitions
Source: https://github.com/yebot/rad-cc-plugins/tree/main/plugins/jira-cli/skills/jira-workflow-transitions
Command: npx skills add https://github.com/yebot/rad-cc-plugins --skill jira-workflow-transitions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira-cli.

What problem does it solve?

Navigating complex Jira workflows and correctly transitioning issues is crucial for accurate project tracking, but can be confusing. This skill provides expert guidance on Jira workflow states and transitions using jira-cli, ensuring you move issues efficiently and with proper context.

Core Features & Use Cases

  • Workflow Fundamentals & States: Understand the core concepts of statuses and transitions, and recognize common workflow types and standard states like "To Do", "In Progress", and "Done".
  • Effective Issue Transitioning: Master jira-cli commands for basic and direct transitions, adding comments, and checking available next states, ensuring smooth workflow progression.
  • Common Transition Patterns & Best Practices: Learn patterns for starting work, submitting for review, handling feedback, completing work, and managing blockers, all while adhering to best practices like always adding comments and linking related work.

Quick Start

To move a Jira issue PROJ-123 to "In Progress" and add a comment, ask the skill to "Show me the jira-cli command to move issue PROJ-123 to 'In Progress' with the comment 'Starting work on this feature'."

Frequently Asked Questions about jira-workflow-transitions

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

FAQPage Schema
How do I transition a Jira issue between workflow states using the command line?

Jira workflow transitions move issues between states like To Do, In Progress, and Done using jira-cli commands. Use `jira-cli` to list available transitions for an issue, then execute the transition with optional comments and field updates to progress work through your project's workflow.

What are the common Jira workflow states and transition patterns?

Standard Jira workflows include states like To Do, In Progress, In Review, and Done. Common transition patterns cover starting work, submitting for review, handling feedback, resolving blockers, and closing or reopening issues while maintaining documented workflow practices.

Can I add comments and update fields when transitioning Jira issues?

Yes, jira-cli transitions support attaching comments and updating fields simultaneously. This ensures proper context and documentation flow as issues move between states, enforcing best practices like always adding context to transitions.

Do I need jira-cli installed to perform workflow transitions?

Yes, jira-cli is required and must be authenticated before you can view available transitions, execute moves, or update fields. Installation and authentication are prerequisites for using workflow transition commands.

What types of Jira projects and workflows does this support?

Workflow transitions work with standard and custom Jira workflows including Basic, Scrum, and Complex project types. The skill adapts to any workflow configuration, providing transition guidance for your specific project setup.

How do I check what transitions are available for an issue?

Use jira-cli commands to view all valid next states for a given issue. This prevents invalid transitions and helps you understand your project's workflow structure before moving issues to their next state.