jira_update_issue
Update an existing Jira issue by changing its summary, description, priority, assignee, or labels. Provide the issue key to modify specific fields directly.
Instructions
Update fields on an existing Jira issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Replace labels with this array | |
| summary | No | New summary | |
| issueKey | Yes | Issue key (e.g. PROJ-42) | |
| priority | No | New priority name | |
| description | No | New description (plain text, auto-converted to ADF) | |
| assigneeAccountId | No | New assignee's account ID |