Details about a field.

interface FieldDetails {
    clauseNames?: string[];
    custom?: boolean;
    id?: string;
    key?: string;
    name?: string;
    navigable?: boolean;
    orderable?: boolean;
    schema?: Version2.Version2Models.JsonType;
    scope?: Version2.Version2Models.Scope;
    searchable?: boolean;
}

Properties

clauseNames?: string[]

The names that can be used to reference the field in an advanced search. For more information, see Advanced searching - fields reference.

custom?: boolean

Whether the field is a custom field.

id?: string

The ID of the field.

key?: string

The key of the field.

name?: string

The name of the field.

navigable?: boolean

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

orderable?: boolean

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

searchable?: boolean

Whether the content of the field can be searched.