jira-api-v2 1.0.1

Jira Cloud platform REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Workflow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**models::PublishedWorkflowId**]PublishedWorkflowId.md |  | 
**description** | **String** | The description of the workflow. | 
**transitions** | Option<[**Vec<models::Transition>**]Transition.md> | The transitions of the workflow. | [optional]
**statuses** | Option<[**Vec<models::WorkflowStatus>**]WorkflowStatus.md> | The statuses of the workflow. | [optional]
**is_default** | Option<**bool**> | Whether this is the default workflow. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)