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

x/jira/src/agile/parameters/partiallyUpdateSprint.ts>PartiallyUpdateSprint

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

Properties

sprintId: number

The ID of the sprint to update.

optional
id: number
optional
self: string
optional
state: string
optional
name: string
optional
startDate: string | Date
optional
endDate: string | Date
optional
completeDate: string
optional
createdDate: string
optional
originBoardId: number
optional
goal: string