NAME

JIRA::API::ApplicationProperty -

SYNOPSIS

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

PROPERTIES

allowedValues

The allowed values, if applicable.

defaultValue

The default value of the application property.

desc

The description of the application property.

example

id

The ID of the application property. The ID and key are the same.

key

The key of the application property. The ID and key are the same.

name

The name of the application property.

type

The data type of the application property.

value

The new value.