IssueCustomFields
Retrieves metadata and configuration of custom fields created in the Jira instance.
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | Common | The unique identifier of the custom field as defined in Jira. | ||
| Key | String | Common | The internal key used by Jira to reference the custom field. | ||
| CustomId | Long | A numerical identifier assigned to the custom field, used primarily for integration or API calls. | |||
| Name | String | Common | The display name of the custom field as it appears in the Jira UI. | ||
| CDataName | String | Common | The name used to represent this custom field in the Issues table when the CData connection property IncludeCustomFields is set to 'true'. | ||
| Orderable | Boolean | Common | If the value is 'true', the custom field can be used to sort issues in search results or views. | ||
| Navigable | Boolean | Common | If the value is 'true', the custom field is visible in the issue navigator and can be browsed or selected in views. | ||
| Searchable | Boolean | Common | If the value is 'true', the custom field can be used in Jira Query Language (JQL) searches to filter issues. |