jira-workflow

Automate Jira story creation, approvals, and lifecycle transitions via REST API.

10|1|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-workflow
Source: https://github.com/01000001-01001110/agent-jira-skills/tree/main/jira-safe/jira-workflow
Command: npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing the entire lifecycle of a Jira issue, from initial proposal and user approval to creation, status transitions, and final updates, involves many manual steps. This skill automates the end-to-end workflow, ensuring consistency, reducing manual overhead, and keeping Jira synchronized with actual work progress, so you can rest assured your project is on track.

Core Features & Use Cases

  • Approval-Based Creation: Propose Jira stories in SAFe format, get user approval, and then automatically create issues and subtasks, ensuring alignment before work begins.
  • Lifecycle Transitions: Seamlessly move issues through custom workflow states (e.g., "To Do", "Progressing", "Done"), reflecting real-time progress without manual clicks.
  • Automated Updates: Add detailed implementation comments, including modified files and commits, upon task completion, providing a comprehensive audit trail.
  • Integration with AI Tools: Designed to sync with AI orchestration tools (like Claude Code's TodoWrite) for real-time status updates, creating a cohesive development environment.
  • Use Case: An AI agent is tasked with implementing a new feature. It uses this skill to propose a detailed Jira story, gets user approval, creates the story, transitions it to "Progressing" as it works, and finally transitions it to "Done" with a summary of its work, all automatically.

Quick Start

Use the jira-workflow skill to propose a new Story for "Implement user login" with acceptance criteria "GIVEN user is on login page WHEN enters valid credentials THEN user is logged in". Ask the user for approval before creating.

Frequently Asked Questions about jira-workflow

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

FAQPage Schema
How do I automate Jira workflow transitions from story creation through completion?

Automate Jira workflow transitions by orchestrating stories through SAFe-style lifecycle states—To Do, Progressing, In Review, and Done—using REST API-driven actions. This Skill manages creation, approvals, state transitions, and real-time status syncing without manual clicks, keeping your project synchronized automatically.

Can I get user approval before creating a Jira story automatically?

Yes. Propose a detailed Jira story with acceptance criteria in SAFe format, request user approval interactively, and only create the issue after approval is granted. This ensures alignment before work begins and prevents unwanted story creation.

Does this work with Next-Gen and Classic Jira projects?

This Skill supports both Next-Gen and Classic Jira projects. It handles epic linkage for both project types, subtasks, definition-of-done criteria, and environment variable authentication for flexible project configuration across your Jira instance.

How do I sync Jira updates with AI orchestration tools?

This Skill integrates with AI orchestration platforms like Claude Code by syncing Jira state in real time. Propose stories, transition them as work progresses, and automatically append implementation comments with modified files and commits upon completion for a unified development environment.

What REST API actions does this Skill support?

The Skill implements REST API-driven planning, proposing, approving, creating, starting, completing, and syncing actions. These enable end-to-end workflow orchestration including story and epic creation, lifecycle transitions, subtask management, and real-time Jira state updates.

What do I need to configure before using this Skill?

Set up environment variables for Jira authentication and project configuration to enable the Skill to access your Jira instance. Next-Gen and Classic projects are both supported; configuration adapts to your chosen project type.