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

    Interface GetProjects

    interface GetProjects {
        boardId: number;
        maxResults?: number;
        startAt?: number;
    }
    Index

    Properties

    boardId: number

    The ID of the board that contains returned projects.

    maxResults?: number

    The maximum number of projects to return per page. See the 'Pagination' section at the top of this page for more details.

    startAt?: number

    The starting index of the returned projects. Base index: 0. See the 'Pagination' section at the top of this page for more details.