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

x/jira/src/agile/parameters/searchEpics.ts>SearchEpics

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

Properties

optional
maxResults: number

The maximum number of returned results.

optional
excludeDone: boolean

Flag that will exclude done epics from the results.

optional
query: string

Text query by which the results should be filtered.

optional
projectKey: string

Key of a project by which epics will be prioritised (on the top) in the results.