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

x/jira/src/agile/models/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/models/getBoardByFilterId.ts";

Properties

optional
maxResults: number
optional
startAt: number
optional
total: number
optional
isLast: boolean
optional
values: { id?: number; self?: string; name?: string; }[]