update_ticket_field
Update a single field on a Jira ticket using ticket ID, field name, and value. Honors DRY_RUN and ALLOW_WRITES environment variables to control write access.
Instructions
Update a single Jira field value. Guarded by DRY_RUN / ALLOW_WRITES env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| value | Yes | ||
| ticket_id | Yes |