update_issue
Update specific fields on an existing Jira issue without affecting others. Provide the issue key and new values for summary, description, labels, priority, or assignee.
Instructions
Update fields on an existing Jira issue. Only the provided fields will be changed; others remain untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Replace labels with this array | |
| summary | No | New summary / title | |
| issueKey | Yes | Issue key, e.g. PROJ-123 | |
| priority | No | New priority name | |
| description | No | New description (plain text) | |
| assigneeAccountId | No | New assignee's account ID (null to unassign) |