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

    Interface GetTrashedFieldsPaginated

    interface GetTrashedFieldsPaginated {
        expand?: string | string[];
        id?: string[];
        maxResults?: number;
        orderBy?: string;
        query?: string;
        startAt?: number;
    }
    Index

    Properties

    expand?: string | string[]
    id?: string[]
    maxResults?: number

    The maximum number of items to return per page.

    orderBy?: string

    Order the results by a field:

    • name sorts by the field name
    • trashDate sorts by the date the field was moved to the trash
    • plannedDeletionDate sorts by the planned deletion date
    query?: string

    String used to perform a case-insensitive partial match with field names or descriptions.

    startAt?: number

    The index of the first item to return in a page of results (page offset).