jira_update_issue
Update a Jira issue's standard and custom fields by providing the issue key and desired field values.
Instructions
Update a Jira issue's standard and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g. PROJ-123) | |
| fields | No | Standard fields to update (summary, description, labels, etc.) | |
| custom_fields | No | Custom fields dict — keys are customfield_NNNNN IDs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |