jira_issues_update
Update fields on any Jira issue by specifying issue key and field values. Supports dropdowns and user fields with correct format. Returns success and issue key.
Instructions
Update fields on an existing Jira issue.
For select/dropdown: {'value': 'Option'}. For users: {'accountId': '...'}. Use jira_issues_get first to check current values. Returns: {success, issue_key}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key, e.g. 'PROJ-123' | |
| fields | Yes | Dict of field name/ID to new value. Examples: {'summary': 'New title'}, {'customfield_10001': {'value': 'High'}} | |
| notify_users | No | Send email notifications. Default: False |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||