FavouriteFilters
Returns filters marked as favorites by the current user, enabling easy access to commonly used searches.
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | Integer | Common | The unique identifier assigned to the favorite filter, used to distinguish it from other filters. | ||
| Name | String | Common | The display name assigned to the favorite filter, typically chosen by the user. | ||
| JQLExpression | String | Common | The Jira Query Language (JQL) expression used by the filter to retrieve a specific set of issues based on defined criteria. | ||
| Description | String | Common | An optional, user-provided explanation of the filter's purpose or what type of issues it returns. | ||
| OwnerDisplayName | String | Common | The full display name of the user who created and owns the favorite filter. | ||
| OwnerAccountId | String | Cloud | The unique account ID of the user who owns the favorite filter, used for identification across the Jira platform. | ||
| Count | Integer | Cloud | The total number of users who have marked this filter as a favorite, indicating its popularity or usefulness. | ||
| OwnerKey | String | Server | The internal key that uniquely identifies the user who owns the favorite filter. |