NAME

JIRA::API::Field -

SYNOPSIS

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

PROPERTIES

contextsCount

Number of contexts where the field is used.

description

The description of the field.

id

The ID of the field.

isLocked

Whether the field is locked.

isUnscreenable

Whether the field is shown on screen or not.

key

The key of the field.

lastUsed

Information about the most recent use of a field.

name

The name of the field.

projectsCount

Number of projects where the field is used.

schema

The schema of a field.

screensCount

Number of screens where the field is used.

searcherKey

The searcher key of the field. Returned for custom fields.