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

x/jira/src/agile/parameters/getProjects.ts>GetProjects

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

Properties

boardId: number

The ID of the board that contains returned projects.

optional
startAt: number

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

optional
maxResults: number

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