WorkflowStatusCategories
Lists all status categories such as 'To Do', 'In Progress', or 'Done' used to group workflow statuses visually.
Table Specific Information
Select
The add-in uses the Jira API to process some of the filters.
The add-in processes other filters within the add-in.
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] | Integer | = | Common | The unique identifier of the status category. Status categories group issue statuses based on their workflow position, such as 'To Do', 'In Progress', or 'Done'. | |
| Key | String | = | Common | The system-defined key used to reference the status category. This value is typically used programmatically. | |
| Name | String | Common | The user-facing name of the status category, which describes its workflow grouping—for example, 'In Progress' or 'Done'. | ||
| ColorName | String | Common | The name of the color used in the Jira UI to visually represent the category. Common values include 'blue-gray', 'yellow', or 'green'. | ||
| URL | String | Common | The REST API endpoint URL for accessing or managing this status category. |