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

x/jira/src/version3/models/timeTrackingConfiguration.ts>TimeTrackingConfiguration

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

Details of the time tracking configuration.

Properties

workingHoursPerDay: number

The number of hours in a working day.

workingDaysPerWeek: number

The number of days in a working week.

timeFormat: string

The format that will appear on an issue's Time Spent field.

defaultUnit: string

The default unit of time applied to logged time.