hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ConnectCustomFieldValue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_type** | **String** | The type of custom field. | 
**issue_id** | **i32** | The issue ID. | 
**field_id** | **i32** | The custom field ID. | 
**string** | Option<**String**> | The value of string type custom field when `_type` is `StringIssueField`. | [optional]
**number** | Option<**f32**> | The value of number type custom field when `_type` is `NumberIssueField`. | [optional]
**rich_text** | Option<**String**> | The value of richText type custom field when `_type` is `RichTextIssueField`. | [optional]
**option_id** | Option<**String**> | The value of single select and multiselect custom field type when `_type` is `SingleSelectIssueField` or `MultiSelectIssueField`. | [optional]
**text** | Option<**String**> | The value of of text custom field type when `_type` is `TextIssueField`. | [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)