Jira.js - Jira Cloud API library
    Preparing search index...

    Interface FieldDetails

    Details about a field.

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

    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.