Jira Update Issue
jira_update_issueUpdate a Jira issue's fields or markdown description, then retrieve the updated issue to confirm changes.
Instructions
Update an issue and return it re-read from Jira.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Issue key. | |
| fields | No | Optional JSON object string of fields to set. Same shapes as jira_create_issue. Status cannot be set here; use jira_transition_issue. Never set "resolution" - it cannot be cleared afterwards. | |
| description | No | Markdown replacement for the description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |