NAME
JIRA::API::FieldReferenceData -
SYNOPSIS
my $obj = JIRA::API::FieldReferenceData->new();
...
PROPERTIES
auto
Whether the field provide auto-complete suggestions.
cfid
If the item is a custom field, the ID of the custom field.
deprecated
Whether this field has been deprecated.
deprecatedSearcherKey
The searcher key of the field, only passed when the field is deprecated.
displayName
The display name contains the following:
* for system fields, the field name. For example, `Summary`.
* for collapsed custom fields, the field name followed by a hyphen and then the field name and field type. For example, `Component - Component[Dropdown]`.
* for other custom fields, the field name followed by a hyphen and then the custom field ID. For example, `Component - cf[10061]`.
operators
The valid search operators for the field.
orderable
Whether the field can be used in a query's `ORDER BY` clause.
searchable
Whether the content of this field can be searched.
types
The data types of items in the field.
value
The field identifier.