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

x/jira/src/agile/models/sprint.ts>Sprint

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

Properties

id: number
optional
self: string
state:
| "future"
| "active"
| "closed"
| string
name: string
optional
startDate: string
optional
endDate: string
optional
completeDate: string
optional
createdDate: string
optional
originBoardId: number
optional
goal: string