jira-write

Create and modify Jira issues, comments, and statuses via API.

5|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill jira-write-yoshikemolo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-write
Source: https://github.com/Yoshikemolo/mcp-jira-devflow/tree/main/skills/jira-write
Command: npx skills add https://github.com/Yoshikemolo/mcp-jira-devflow --skill jira-write-yoshikemolo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of updating and managing Jira issues, comments, and statuses, reducing manual clicks and improving workflow efficiency.

Core Features & Use Cases

  • Create & Update Issues: Programmatically create new Jira issues or modify existing ones with new details, priorities, or labels.
  • Manage Comments & Statuses: Add comments to issues or transition them through your defined workflow statuses.
  • Use Case: Automatically create a bug ticket when a specific error is logged, or transition a story to "In Review" once development is complete.

Quick Start

Create a new bug ticket in the 'PROJ' project with the summary 'Fix login button'.

Frequently Asked Questions about jira-write

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

FAQPage Schema
How do I automate Jira issue creation and status transitions?

You can automate Jira issue updates by using a structured API to create new issues, modify existing ones, add comments, and transition them through defined workflow statuses. This reduces manual clicks and improves agile workflow efficiency.

Can I validate Jira ticket updates before applying them?

Yes, you can validate Jira ticket updates before applying them using the dry-run validation feature. This ensures data integrity and prevents unintended changes to issues, comments, or statuses during write operations.

Do I need Jira Cloud API write permissions to create bug tickets?

Yes, you need Jira Cloud API access with write permissions to create bug tickets. This access is required for execution and allows the API to authenticate and successfully create new issues or modify existing ones.

What is the best way to add comments to Jira issues programmatically?

The best way to add comments to Jira issues programmatically is through a structured API that manages issue modifications. It streamlines updating issues and adding comments while supporting dry-run validation to ensure data integrity.

Why should I use a structured API for Jira issue management instead of manual updates?

Using a structured API for Jira issue management streamlines the process of updating issues, comments, and statuses. It reduces manual clicks, improves workflow efficiency, and supports dry-run validation to prevent unintended changes.