Groups
Query the available Groups in JIRA.
Table Specific Information
Select
The provider uses the Jira API to process some of the filters. The provider processes other filters within the provider.
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false.
SELECT * FROM GROUPS WHERE Name <> 'administrator' AND AND Contains(Name,'jira')
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | Common | The Id of the group. | ||
| Name | String | =,!=,CONTAINS | Common | The name of the group. | |
| Html | String | Common | The HTML of the group. | ||
| LabelsAggregate | String | Common | The labels of the group. |