Returns the time tracking settings. This includes settings such as the time format, default time unit, and others. For more information, see Configuring time tracking.Permissions required:Administer Jiraglobal permission.
Request
None
Responses
🟢200Returned if the request is successful.
application/json
Body
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/configuration/timetracking/options'