jira_fields_get_options
Retrieve available options for a Jira custom field within a specific context, returning option IDs, values, and disabled status.
Instructions
Get options for a custom field in a specific context.
For select/dropdown fields, returns the available option values. Returns: {field_id, context_id, options: [{id, value, disabled}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | Custom field ID, e.g. 'customfield_10001' | |
| context_id | Yes | Context ID from jira_fields_get_contexts |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||