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

x/jira/src/agile/parameters/getBoardByFilterId.ts>GetBoardByFilterId

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

Properties

optional
startAt: number

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

optional
maxResults: number

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

filterId: number

Filters results to boards that are relevant to a filter. Not supported for next-gen boards.