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

x/jira/src/agile/parameters/getAllSprints.ts>GetAllSprints

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

Properties

boardId: number

The ID of the board that contains the requested sprints.

optional
startAt: number

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

optional
maxResults: number

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

optional
state: string

Filters results to sprints in specified states. Valid values: future, active, closed. You can define multiple states separated by commas, e.g. state=active,closed