Details of the time tracking configuration.

interface SetSharedTimeTrackingConfiguration {
    defaultUnit: string;
    timeFormat: string;
    workingDaysPerWeek: number;
    workingHoursPerDay: number;
}

Hierarchy (view full)

Properties

defaultUnit: string

The default unit of time applied to logged time.

timeFormat: string

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

workingDaysPerWeek: number

The number of days in a working week.

workingHoursPerDay: number

The number of hours in a working day.