Fields
Retrieves metadata about all fields available in Jira, including both system-defined and custom fields.
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | Common | The unique identifier of the field, used internally by Jira to reference the field. | ||
| Key | String | Common | The system or custom-defined key that identifies the field in API operations and configurations. | ||
| Name | String | Common | The display name of the field as shown in the Jira user interface. | ||
| Custom | Boolean | Common | Indicates whether the field is a user-defined custom field ('true') or a built-in system field ('false'). | ||
| Orderable | Boolean | Common | If the value is 'true', the field can be included in issue sort operations. If 'false', it cannot be used for ordering results. | ||
| Navigable | Boolean | Common | If the value is 'true', the field is visible in the issue navigator. If 'false', it is hidden from navigation views. | ||
| Searchable | Boolean | Common | If the value is 'true', the field supports inclusion in search queries. If 'false', it cannot be queried through Jira Query Language (JQL). |