Statuses
Query the possible Statuses in Jira.
Select
本製品 はJira API を使用して、Id またはName カラムを参照するフィルタを処理します。Name カラムの検索では、大文字と小文字が区別されます。
本製品 はその他のフィルタをクライアント側で内部で実行します。例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM Statuses WHERE Id = '10003' SELECT * FROM Statuses WHERE Name = 'Closed'
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Id [KEY] | Integer | = | Common | The Id of the status. | |
Name | String | = | Common | The name of the status. | |
Description | String | Common | The description of the status. | ||
CategoryId | Integer | Common | The Category Id of the status. | ||
CategoryKey | String | Common | The Category Key of the status. |