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

x/jira/src/agile/parameters/createBoard.ts>CreateBoard

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

Properties

name: string
type:
| "kanban"
| "scrum"
| "agility"
| string
filterId: number
optional
location: { type?: "project" | "user" | string; projectKeyOrId?: string; }