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

x/jira/src/agile/parameters/getAllQuickFilters.ts>GetAllQuickFilters

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

Properties

boardId: number

The ID of the board that contains the requested quick filters.

optional
startAt: number

The starting index of the returned quick filters. 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.