AdvancedSettings
Returns a list of advanced application properties configured in Jira, as displayed on the Advanced Settings page.
Table Specific Information
Select
SELECT * FROM AdvancedSettings
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | = | Common | A unique identifier assigned to each application property in Jira's advanced settings. This value is used internally to distinguish different configuration items. | |
| Name | String | Common | The key or internal name of the application property, which defines what specific feature or setting it controls in the Jira environment. | ||
| Description | String | Common | A human-readable explanation of the application's property purpose, detailing what aspect of Jira functionality it affects. | ||
| Type | String | Common | Indicates the data type expected for the property's value, such as string, number, or boolean, which determines how the value is interpreted and validated. | ||
| Value | String | Common | The user-defined value that is currently set for the application property, which overrides the default behavior and customizes the instance configuration. | ||
| DefaultValue | String | Common | The original system-defined value that Jira assigns to the property if no custom value is set. This serves as a fallback for consistent behavior. | ||
| AllowedValues | String | Common | A list of acceptable values that the property can take. This can include specific strings, numeric ranges, or boolean values, and helps ensure that user input remains valid. |