# TheJiraCloudPlatformRestApi.TimeTrackingConfiguration

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**defaultUnit** | **String** | The default unit of time applied to logged time. | 
**timeFormat** | **String** | The format that will appear on an issue&#x27;s *Time Spent* field. | 
**workingDaysPerWeek** | **Number** | The number of days in a working week. | 
**workingHoursPerDay** | **Number** | The number of hours in a working day. | 

<a name="DefaultUnitEnum"></a>
## Enum: DefaultUnitEnum

* `minute` (value: `"minute"`)
* `hour` (value: `"hour"`)
* `day` (value: `"day"`)
* `week` (value: `"week"`)


<a name="TimeFormatEnum"></a>
## Enum: TimeFormatEnum

* `pretty` (value: `"pretty"`)
* `days` (value: `"days"`)
* `hours` (value: `"hours"`)

