update_issue
Update an existing Jira issue by providing its key and the field values to change, such as summary or priority.
Instructions
Update fields of an existing Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Field values to update (e.g., { summary: 'New Title', priority: { name: 'High' } }) | |
| issueKey | Yes | The issue key (e.g., PROJ-123) |