jira_field_options
Retrieve allowed option values for a JIRA custom field. Auto-discovers the first context when context ID is omitted.
Instructions
List allowed option values for a JIRA custom field. If context_id is omitted, the first context for the field is auto-discovered. Returns YAML. Mirrors omni-dev atlassian jira field options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | Field ID (e.g., `customfield_10001`). | |
| context_id | No | Optional context ID. When omitted, the first context is auto-discovered. |