Workflows
Query the available Workflows in Jira.
Select
The driver will use the Jira APIs to process filters that refer to Name and use the equals (=) operator only.The driver will execute filters other than the following client-side within itself. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false.
For example, the following query is executed server side:
SELECT * FROM Workflows WHERE Name='abc'
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Name | String | Common | The name of the workflow. | ||
Description | String | Common | The description of the workflow. | ||
LastModifiedDate | String | Common | The last modified date of the workflow. | ||
LastModifiedUser | String | Common | The user who last modified the workflow. | ||
Steps | Integer | Common | The steps of the workflow. | ||
IsDefault | Boolean | Common | Boolean indicating if the workflow is set as the default. |