Returns the time tracking provider that is currently selected. Note that if time tracking is disabled, then a successful but empty response is returned.Permissions required:Administer Jiraglobal permission.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/configuration/timetracking'
Response Response Example
200 - Success
{"key":"Jira","name":"JIRA provided time tracking","url":"/example/config/url"}
Request
None
Responses
🟢200Returned if the request is successful and time tracking is enabled.
application/json
Body
🟢204Returned if the request is successful but time tracking is disabled.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission.