FiltersUsers
Returns the users or groups that specific filters are shared with.
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| AccountId [KEY] | String | = | The globally unique account ID of the user, which is used across all Atlassian cloud services to identify the user regardless of email or username changes. | ||
| FilterId [KEY] | String |
Filters.Id | = | The unique identifier of the saved filter that the user has access to or is associated with. Filters define sets of issues based on Jira Query Language (JQL) criteria. | |
| DisplayName | String | = | The name that is shown for the user in the Jira user interface. This is typically their full name and is used in dashboards, issue fields, and mentions. | ||
| EmailAddress | String | = | The primary email address associated with the user's Atlassian account. This is used for notifications and account recovery. | ||
| Active | Bool | If the value is 'true', the user is currently active and has permission to log in and interact with Jira. If 'false', the user has been deactivated. | |||
| TimeZone | String | The time zone configured in the user's profile. This setting affects how dates and times are displayed throughout the Jira interface for that user. | |||
| Locale | String | The language and regional settings selected by the user, which determine formats for numbers, dates, times, and the UI language. | |||
| AccountType | String | The classification of the user account. This can indicate whether the account belongs to a regular user, a third-party application, or an internal system user such as a bot or integration. |