Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 875 Bytes

File metadata and controls

26 lines (23 loc) · 875 Bytes

TimeTrackingConfiguration

Properties

Name Type Description Notes
workingHoursPerDay Double The number of hours in a working day.
workingDaysPerWeek Double The number of days in a working week.
timeFormat TimeFormatEnum The format that will appear on an issue's Time Spent field.
defaultUnit DefaultUnitEnum The default unit of time applied to logged time.

Enum: TimeFormatEnum

Name Value
PRETTY "pretty"
DAYS "days"
HOURS "hours"

Enum: DefaultUnitEnum

Name Value
MINUTE "minute"
HOUR "hour"
DAY "day"
WEEK "week"