jira_v3_openapi 1.6.1

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-af42c50d50804c2f1b8ad4bb80d52c53890867e2)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CustomFieldPayload

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cf_type** | Option<**String**> | The type of the custom field | [optional]
**description** | Option<**String**> | The description of the custom field | [optional]
**name** | Option<**String**> | The name of the custom field | [optional]
**on_conflict** | Option<**String**> | The strategy to use when there is a conflict with an existing custom field. FAIL - Fail execution, this always needs to be unique; USE - Use the existing entity and ignore new entity parameters | [optional]
**pcri** | Option<[**models::ProjectCreateResourceIdentifier**]ProjectCreateResourceIdentifier.md> |  | [optional]
**scope** | Option<**String**> | Allows an overwrite to declare the new Custom Field to be created as a GLOBAL-scoped field. Leave this as empty or null to use the project's default scope. | [optional]
**searcher_key** | Option<**String**> | The searcher key of the custom field | [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)