jira_update_issue
Update an existing Jira issue with new summary, description, status, assignee, labels, priority, or custom fields to keep project information accurate and current.
Instructions
Update an existing Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | New array of labels | |
| status | No | New status/workflow state (e.g., "In Progress", "Done") | |
| summary | No | New summary/title for the issue | |
| assignee | No | Username to assign the issue to | |
| issueKey | Yes | The Jira issue key to update | |
| priority | No | New priority level | |
| description | No | New description for the issue | |
| customFields | No | Map of additional Jira field IDs/keys (e.g., customfield_10211) to include in the fields payload |