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.
リクエストパラメータ
なし
レスポンス
🟢200OK
application/json
Returned if the request is successful.
ボディ
🟠401権限なし
🟠403アクセス禁止
リクエストリクエストExample
Shell
JavaScript
Java
Swift
curl--location--request GET '/rest/api/3/configuration/timetracking/list'
レスポンスレスポンスExample
[{"key":"Jira","name":"JIRA provided time tracking","url":"/example/config/url"}]