jira_get_field_schema
Discover JIRA field IDs, names, and types to locate custom fields like Story Points for aggregations. Filter by project or search term to get relevant metadata.
Instructions
Get available JIRA fields with their IDs, names, and types. Useful for discovering custom field IDs (e.g., finding the ID for "Story Points" to use in stats aggregations). Returns field metadata including schema type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customOnly | No | If true, only return custom fields (excludes built-in fields like summary, status, etc.) | |
| projectKey | No | If provided, only return fields configured for this project. This shows which fields are actually in use, not just all fields in JIRA. | |
| searchTerm | No | Filter fields by name or ID (case-insensitive). E.g., "story" to find Story Points field. |