update_issue
Update Jira issue fields like summary, description, assignee, labels, components, priority, due date, and parent. Replaces label/component lists, so read first; cannot transition status or comment.
Instructions
Set issue fields, taking the same values get_issue returns: summary as text, description as Markdown, assignee as an account id or the literal "me", labels as a list, components and priority by name, duedate as YYYY-MM-DD, parent as an issue key, and any customfield_* or unknown field as raw Jira JSON. null clears assignee, description, priority, parent, or duedate. labels and components REPLACE the whole list, so read the issue first if you mean to add one. Cannot change status (use transition_issue) or add a comment (use add_comment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| issue_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||