NAME

JIRA::API::FieldMetadata -

SYNOPSIS

my $obj = JIRA::API::FieldMetadata->new();
...

PROPERTIES

allowedValues

The list of values allowed in the field.

autoCompleteUrl

The URL that can be used to automatically complete the field.

configuration

The configuration properties.

defaultValue

The default value of the field.

hasDefaultValue

Whether the field has a default value.

key

The key of the field.

name

The name of the field.

operations

The list of operations that can be performed on the field.

required

Whether the field is required.

schema

The data type of the field.