SetTimeTrackingSettings
Configures time tracking options in Jira, including time formats and default units.
Input
| Name | Type | Required | Description |
| WorkingHoursPerDay | Integer | True | Specifies the standard number of working hours in a single workday. This value is used when calculating time tracking estimates and logged work. |
| WorkingDaysPerWeek | Double | True | Defines the number of workdays in a week. This affects how Jira interprets and calculates work duration for time tracking. |
| TimeFormat | String | True | Determines how time spent is displayed on issues, such as in hours, days, or a combination of time units. |
| DefaultUnit | String | True | Sets the default unit of time (such as 'minutes', 'hours', or 'days') for logging work on issues. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the time tracking configuration was updated successfully. If the value is 'true', the update was successful; if the value is 'false', the operation failed. |