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

    Interface GetFieldConfigurationSchemeMappings

    interface GetFieldConfigurationSchemeMappings {
        fieldConfigurationSchemeId?: number[];
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    fieldConfigurationSchemeId?: number[]

    The list of field configuration scheme IDs. To include multiple field configuration schemes separate IDs with ampersand: fieldConfigurationSchemeId=10000&fieldConfigurationSchemeId=10001.

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