update_issue
Update an existing issue by modifying only changed fields. For status changes, follow the transition flow instead of setting status directly.
Instructions
Updates fields on an existing issue. Only changed fields need to be provided. Pass assignee as an empty string to clear assignee (sends null); some Cloud orgs or queues reject this and require an assignee. For status changes, use the transition flow: first GET /issues/{key}/transitions, then POST /issues/{key}/transitions/{id}/_execute. Do not attempt to set status directly as a field — it will fail silently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | ||
| summary | No | ||
| description | No | ||
| assignee | No | ||
| status | No | ||
| priority | No | ||
| components | No | ||
| story_points | No | ||
| parent | No |