jira_update_issue
Update existing JIRA issues by changing summary, description, assignee, priority, labels, or custom fields, and optionally add a comment in the same call.
Instructions
Update fields on an existing JIRA issue. All field parameters are optional — only provided fields are updated. Optionally add a comment in the same call.
On Cloud instances, pass an accountId string for assignee (not a username).
Args: issue_key: The JIRA issue key (e.g., "PROJECT-123") summary: New summary (optional) description: New description (optional) assignee: New assignee — accountId on Cloud, username on Server/DC (optional) priority: New priority name (optional) labels: New labels list — replaces existing labels (optional) comment: Comment to add after update (optional) custom_fields: Dictionary of custom fields to update (optional)
Returns: Confirmation with issue key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | ||
| comment | No | ||
| summary | No | ||
| assignee | No | ||
| priority | No | ||
| issue_key | Yes | ||
| description | No | ||
| custom_fields | No |