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

    Interface GetDefaultValues

    interface GetDefaultValues {
        contextId?: number[];
        fieldId: string;
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    contextId?: number[]

    The IDs of the contexts.

    fieldId: string

    The ID of the custom field, for example customfield\_10000.

    maxResults?: number

    The maximum number of items to return per page.

    startAt?: number

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