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

    Interface GetFieldConfigurationItems

    interface GetFieldConfigurationItems {
        id: number;
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    id: number

    The ID of the field configuration.

    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).