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

x/jira/src/agile/models/progress.ts>Progress

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

Represents the progress of a task.

Properties

progress: number

The current progress value.

total: number

The total progress value.