jira_v3_openapi 1.5.2

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-37416ade0f89f7cb291510843b8a4bbd682b33a1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# IssueBulkTransitionForWorkflow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**is_transitions_filtered** | Option<**bool**> | Indicates whether all the transitions of this workflow are available in the transitions list or not. | [optional][readonly]
**issues** | Option<**Vec<String>**> | List of issue keys from the request which are associated with this workflow. | [optional][readonly]
**transitions** | Option<[**Vec<models::SimplifiedIssueTransition>**]SimplifiedIssueTransition.md> | List of transitions available for issues from the request which are associated with this workflow.   **This list includes only those transitions that are common across the issues in this workflow and do not involve any additional field updates.**  | [optional][readonly]

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