update_issue
Update fields of an existing Jira issue: change summary, description, assignee, priority, labels, or custom fields by providing the issue key.
Instructions
Update fields of an existing Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Array of labels (replaces existing) | |
| summary | No | New summary/title | |
| assignee | No | New assignee account ID or email | |
| issueKey | Yes | Issue key (e.g., CCOE-12345) | |
| priority | No | New priority | |
| description | No | New description | |
| customFields | No | Custom fields as key-value pairs. For select fields use {"id": "OPTION_ID"}, e.g., {"customfield_12171": {"id": "21743"}} |