jira_field_options
List allowed option values for a JIRA custom field. Returns YAML with optional context auto-discovery.
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 |
|---|---|---|---|
| context_id | No | Optional context ID. When omitted, the first context is auto-discovered. | |
| field_id | Yes | Field ID (e.g., `customfield_10001`). |