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

    Interface GetAllVersions

    interface GetAllVersions {
        boardId: number;
        maxResults?: number;
        released?: string;
        startAt?: number;
    }
    Index

    Properties

    boardId: number

    The ID of the board that contains the requested versions.

    maxResults?: number

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

    released?: string

    Filters results to versions that are either released or unreleased. Valid values: true, false.

    startAt?: number

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