jira_v3_openapi 1.5.0

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
14
15
16
17
18
# CreatePlanRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cross_project_releases** | Option<[**Vec<models::CreateCrossProjectReleaseRequest>**]CreateCrossProjectReleaseRequest.md> | The cross-project releases to include in the plan. | [optional]
**custom_fields** | Option<[**Vec<models::CreateCustomFieldRequest>**]CreateCustomFieldRequest.md> | The custom fields for the plan. | [optional]
**exclusion_rules** | Option<[**models::CreateExclusionRulesRequest**]CreateExclusionRulesRequest.md> | The exclusion rules for the plan. | [optional]
**issue_sources** | [**Vec<models::CreateIssueSourceRequest>**]CreateIssueSourceRequest.md | The issue sources to include in the plan. | 
**lead_account_id** | Option<**String**> | The account ID of the plan lead. | [optional]
**name** | **String** | The plan name. | 
**permissions** | Option<[**Vec<models::CreatePermissionRequest>**]CreatePermissionRequest.md> | The permissions for the plan. | [optional]
**scheduling** | [**models::CreateSchedulingRequest**]CreateSchedulingRequest.md | The scheduling settings for the plan. | 

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