Workflows
Query the available Workflows in Jira.
Select
本製品 はJira API を使用してName を参照するフィルタを処理します。イコール(=)演算子のみを使用します。本製品 は、次のフィルタ以外のフィルタを、クライアント側で 内部で実行します。 SupportEnhancedSQL をfalse に設定することで、クエリのクライアント側の実行をオフにできます。
例えば、次のクエリはサーバー側で実行されます。
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. |