Returns all time tracking providers. By default, Jira only has one time tracking provider: JIRA provided time tracking. However, you can install other time tracking providers via apps from the Atlassian Marketplace. For more information on time tracking providers, see the documentation for the Time Tracking Provider module.Permissions required:Administer Jiraglobal permission.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/rest/api/3/configuration/timetracking/list'
Response Response Example
[{"key":"Jira","name":"JIRA provided time tracking","url":"/example/config/url"}]