Groups
Lists user groups configured in the Jira instance, including group names and descriptions.
Table Specific Information
Select
The add-in uses the Jira API to process some of the filters. The add-in processes other filters within the add-in.
SELECT * FROM GROUPS WHERE Name <> 'administrator' AND CONTAINS(Name, 'jira')
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | Common | A unique identifier for the group, used internally to reference the group within Jira. | ||
| Name | String | =,!=,CONTAINS | Common | The name of the group as it appears in Jira. This is typically used for permission schemes and role assignments. | |
| Html | String | Common | The raw HTML representation of the group object. This may be used in UI rendering or API responses. | ||
| LabelsAggregate | String | Common | A comma-separated list of labels that are associated with the group. Labels can help categorize or describe the group's function or purpose. |