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

    Interface SearchFieldAssociationSchemeFields

    interface SearchFieldAssociationSchemeFields {
        fieldId?: string[];
        id: number;
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    fieldId?: string[]

    The field IDs to filter by, if empty then all fields belonging to a field association scheme will be returned

    id: number

    The scheme ID to search for child fields

    maxResults?: number

    The maximum number of fields to return per page, maximum allowed value is 100.

    startAt?: number

    The starting index of the returned fields. Base index: 0.