NAME

JIRA::API::FieldDetails -

SYNOPSIS

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

PROPERTIES

clauseNames

The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).

custom

Whether the field is a custom field.

id

The ID of the field.

key

The key of the field.

name

The name of the field.

Whether the field can be used as a column on the issue navigator.

orderable

Whether the content of the field can be used to order lists.

schema

The data schema for the field.

scope

The scope of the field.

searchable

Whether the content of the field can be searched.