update_issue
Modify an existing Jira issue's fields by specifying its key and the new values for summary, priority, or other attributes.
Instructions
Update fields on an existing Jira issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Object of fields to update, e.g. { "summary": "New title", "priority": { "name": "High" } } | |
| issueKey | Yes | Issue key, e.g. PROJ-123 |