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

    Interface GetProjectsWithFieldSchemes

    interface GetProjectsWithFieldSchemes {
        maxResults?: number;
        projectId: number[];
        startAt?: number;
    }
    Index

    Properties

    maxResults?: number

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

    projectId: number[]

    List of project ids to filter the results by.

    startAt?: number

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