WorkflowStatuses
Query the list of all statuses associated with workflows.
Table Specific Information
Select
The 本製品 uses the Jira API to process some of the filters.
The 本製品 processes other filters within the 本製品.
For example, the following queries are processed server side:
SELECT * FROM WorkflowStatuses WHERE Id = 1 SELECT * FROM WorkflowStatuses WHERE Name = 'Open'
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Id [KEY] | String | = | Common | The ID of the status. | |
StatusCategoryId | Long | Common | The ID of the status category. | ||
Name | String | = | Common | The name of the status. | |
Description | String | Common | The description of the status. | ||
URL | String | Common | The description of the status. | ||
IconUrl | String | Common | The URL of the icon used to represent the status. |