jira_set_field
Update custom field values on Jira work items to modify components, fix versions, labels, environment, and other issue attributes.
Instructions
Update a custom field value on a Jira work item. Use to set fields like components, fix versions, labels, environment, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | The Jira work item key (e.g., 'SSAS-123') | |
| field | Yes | The field name to update (e.g., 'summary', 'description', 'environment') | |
| value | Yes | The value to set for the field |