Groups
Query the available Groups in JIRA.
テーブル固有の情報
Select
本製品 はJira API を使用して一部のフィルタを処理します。本製品 は他のフィルタを本製品 内で処理します。
SupportEnhancedSQL を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. |