NAME
JIRA::API::ConnectCustomFieldValue -
SYNOPSIS
my $obj = JIRA::API::ConnectCustomFieldValue->new();
...
PROPERTIES
_type
The type of custom field.
fieldID
The custom field ID.
issueID
The issue ID.
number
The value of number type custom field when `_type` is `NumberIssueField`.
optionID
The value of single select and multiselect custom field type when `_type` is `SingleSelectIssueField` or `MultiSelectIssueField`.
richText
The value of richText type custom field when `_type` is `RichTextIssueField`.
string
The value of string type custom field when `_type` is `StringIssueField`.
text
The value of of text custom field type when `_type` is `TextIssueField`.