hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# IssueFieldOptionCreateBean

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **String** | The option's name, which is displayed in Jira. | 
**properties** | Option<[**::std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/) are defined in the descriptor for the issue field module. | [optional]
**config** | Option<[**crate::models::IssueFieldOptionConfiguration**]IssueFieldOptionConfiguration.md> |  | [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)