Get All Time Tracking Providers
GET {{baseUrl}}/rest/api/3/configuration/timetracking/list
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 Jira global permission.
RESPONSES
status: OK
[{"key":"Jira","name":"JIRA provided time tracking","url":"/example/config/url"}]