Statuses
Query the possible Statuses in Jira.
Select
The add-in will use the Jira APIs to process filters that refer to the Id or Name columns. Searches on the Name column are case sensitive.
The add-in will process the rest of the filter client side within itself. For example, the following queries are processed server-side:
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. |