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

x/jira/src/agile/parameters/getEpics.ts>GetEpics

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

Properties

boardId: number

The ID of the board that contains the requested epics.

optional
startAt: number

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

optional
maxResults: number

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

optional
done: string

Filters results to epics that are either done or not done. Valid values: true, false.