Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/agile/parameters/getAllVersions.ts>GetAllVersions

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetAllVersions
import { type GetAllVersions } from "https://deno.land/x/jira@v3.0.2/src/agile/parameters/getAllVersions.ts";

Properties

boardId: number

The ID of the board that contains the requested versions.

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

optional
maxResults: number

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

optional
released: string

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