jira_fields_search
Search Jira fields by name to obtain field IDs for custom and system fields. Returns field ID, name, custom flag, and schema type for use in other admin tools.
Instructions
Search for Jira fields (custom and system).
Use this to find field IDs (customfield_XXXXX) for custom fields by name before referencing them in other tools. Returns: {total, fields: [{id, name, custom, schema_type}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search by field name, e.g. 'Story Points', 'Team'. Leave empty to list all. | |
| field_type | No | 'custom' for custom fields only, 'system' for system fields, or None for all | |
| max_results | No | Max results. Default: 50 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||