get_ticket_field
Retrieve a specific ticket field by ID, including full details like dropdown options and regex validation patterns. Use for inspecting field configuration before making changes.
Instructions
Fetch one ticket field by ID with full body (dropdown options, regex, etc). For impact analysis before deletion, prefer find_field_usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket field ID | |
| instance | No | Override the sticky instance for this call |