StatusWorkflows
Returns the workflows using a given status.
Note: This view is available only in the Jira Cloud version.
Table Specific Information
Select
The component uses the Jira API to process to process filters based on the StatusId. If StatusId is not specified the driver uses the Statuses table to automatically retrive the StatusId.
The component processes other filters within the component.
For example, the following queries are processed server side:
select * from StatusWorkflows where StatusId= 6
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| WorkflowId | String |
Workflows.Id | Cloud | The unique idetifier of the workflow for the given status. | |
| StatusId | Int |
Statuses.Id | = | Cloud | The unique idetifier of the status. |