WorkflowStatusCategories
Query the list of all status categories.
Table Specific Information
Select
The cmdlet uses the Jira API to process some of the filters.
The cmdlet processes other filters within the cmdlet.
For example, the following queries are processed server side:
SELECT * FROM WorkflowStatusCategories WHERE Id = 1 SELECT * FROM WorkflowStatusCategories WHERE Key = 'undefined'
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Id [KEY] | Long | = | Common | The ID of the status category. | |
Key | String | = | Common | The key of the status category. | |
Name | String | Common | The name of the status category. | ||
ColorName | String | Common | The name of the color used to represent the status category. | ||
URL | String | Common | The URL of the status category. |