update-issue

Updates existing Jira issues via command-line field changes.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill update-issue-mulhamna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-issue
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/update-issue
Command: npx skills add https://github.com/mulhamna/jira-commands --skill update-issue-mulhamna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updating an existing Jira issue often requires translating natural change requests into the exact command-line flags Jira tooling expects, including correctly formatting labels, versions, and custom fields.

Core Features & Use Cases

  • Targeted issue updates: Update only the fields you specify (summary, description file, assignee, priority, labels, components, fix versions, and re-parenting).
  • Custom field support: Set Jira custom fields using explicit IDs via repeatable field mappings like ID=VALUE.
  • Discovery-first workflow: Reduce errors by instructing how to look up the correct custom field ID before updating.
  • Use case: When an engineer reports that PROJ-123 needs updated wording and ownership, you can apply the requested changes in one step without manually clicking through the Jira UI.

Quick Start

Update PROJ-123 summary and assign it to the current user with: jira issue update PROJ-123 --summary "fix OAuth callback" --assignee me

Frequently Asked Questions about update-issue

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

FAQPage Schema
How do I update a Jira issue's summary and assignee using the command line?

To update a Jira issue, use the jira issue update command with targeted flags like --summary and --assignee. This applies specified field changes to existing issues in one step without manual UI interaction.

How do I set Jira custom fields when updating an issue?

You set Jira custom fields during an issue update by using repeated ID=VALUE mappings. The workflow instructs you to discover the correct custom field ID first, reducing formatting errors.

Can I update Jira issue labels, components, and fix versions in a single command?

Yes, you can update Jira issue labels, components, and fix versions in a single command. The update process translates your requested changes into the correct jira issue update flags for each specified property.

What is the best way to re-parent or change the priority of an existing Jira issue?

The best way to re-parent or adjust priority of an existing Jira issue is using targeted command-line flags. This method updates only the fields you specify, ensuring safe and precise day-to-day project maintenance.

Does updating a Jira issue description require direct text input in the terminal?

No, updating a Jira issue description does not require direct text input. The update mechanism supports providing the description via file input, translating the file content into the correct command-line flag.