update_issue
Update editable fields of a Jira issue, such as summary, description, priority, labels, components, or custom fields. Requires the issue key and at least one field to change.
Instructions
Update editable fields of an existing issue. You can modify: summary, description, priority, labels, components, and custom fields. To change the issue status, use transition_issue instead. At least one field besides issueKey must be provided. Labels and components completely replace existing values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | New labels. REPLACES all existing labels. | |
| summary | No | New summary for the issue. | |
| issueKey | Yes | Issue key (e.g., "PROJ-123"). REQUIRED. | |
| priority | No | New priority level. | |
| components | No | New components. REPLACES all existing components. | |
| description | No | New description. Supports Jira markdown and ADF. | |
| customFields | No | Custom field updates. |