jira_update_issue
Update fields of an existing Jira issue by specifying only the fields to change, such as summary, priority, assignee, or due date.
Instructions
Update fields of an existing Jira issue. Only provide the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | New labels (replaces existing) | |
| summary | No | New summary | |
| due_date | No | Due date in YYYY-MM-DD format | |
| priority | No | Priority name | |
| issue_key | Yes | Issue key (e.g. 'PROJ-123') | |
| components | No | New components (replaces existing) | |
| description | No | New description (plain text) | |
| fix_versions | No | New fix versions (replaces existing) | |
| story_points | No | New story points | |
| assignee_account_id | No | New assignee account ID (null to unassign) |