jira-write

Create and update Jira issues with epic linking and sprint assignment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Jira issue management for COREPL projects, enabling creation, editing, epic linking, sprint assignment, and required-field validation without performing code changes or other development work.

Core Features & Use Cases

  • Create Jira issues (Epic, Task, Bug, etc.) with all required fields and proper field mappings.
  • Link new issues to a parent Epic, and assign to the appropriate sprint to ensure traceability.
  • Transition issue status and add comments to maintain a complete history, while strictly isolating Jira operations from code changes.

Use Case

A product team asks to create a COREPL Task linked to a parent Epic and scheduled in the current sprint, with a concise summary and description.

Quick Start

Provide the projectKey, issueTypeName, summary, description, assignee_account_id, sprint_id, and optional parent epic key to create or update a Jira issue.

Frequently Asked Questions about jira-write

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

FAQPage Schema
How do I create Jira issues and link them to an epic and sprint?

To create Jira issues, provide the project key, issue type, summary, description, assignee ID, sprint ID, and parent epic key. This ensures proper epic linking and sprint assignment for traceability.

What is the best way to automate Jira issue management for COREPL projects?

Automating Jira issue management for COREPL projects involves creating, updating, and transitioning issues with required-field validation. This isolates Jira operations from code changes to maintain project governance.

Can I transition Jira issue status and add comments without touching code?

Yes, Jira issue status transitions and comment additions are strictly isolated from code changes. This safe Jira-only operation maintains a complete issue history without performing development work.

Does Jira issue creation support required-field validation for governance?

Jira issue creation supports required-field validation by mapping all necessary fields during creation. This enforces project governance standards before an issue is successfully created in the system.

What do I need to assign a Jira task to the current sprint?

To assign a Jira task to the current sprint, you need the specific sprint ID and the assignee account ID. Providing these along with the issue summary ensures proper scheduling.