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

x/jira/src/version3/models/timeTrackingDetails.ts>TimeTrackingDetails

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

Time tracking details.

Properties

optional
originalEstimate: string

The original estimate of time needed for this issue in readable format.

optional
remainingEstimate: string

The remaining estimate of time needed for this issue in readable format.

optional
timeSpent: string

Time worked on this issue in readable format.

optional
originalEstimateSeconds: number

The original estimate of time needed for this issue in seconds.

optional
remainingEstimateSeconds: number

The remaining estimate of time needed for this issue in seconds.

optional
timeSpentSeconds: number

Time worked on this issue in seconds.