jira_update_issue
Update JIRA issue fields like summary, description, assignee, priority, labels, and custom fields. Modify issue details directly to keep projects on track.
Instructions
Update fields on a JIRA issue. Can update summary, description, assignee, priority, labels, and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Array of labels to set on the issue | |
| summary | No | New summary/title for the issue | |
| assignee | No | Atlassian account ID of the assignee (use null to unassign) | |
| issueKey | Yes | The issue key (e.g., PROJ-123) | |
| priority | No | Priority name (e.g., "High", "Medium", "Low") | |
| description | No | New description for the issue | |
| customFields | No | Custom fields to update. Keys are field IDs (e.g., "customfield_10001") and values depend on field type. |