---
title: "Select time tracking provider"
method: PUT
path: "/rest/api/3/configuration/timetracking"
tags: ["Time tracking"]
---

# Select time tracking provider

`PUT /rest/api/3/configuration/timetracking`

Selects a time tracking provider.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Request body

- TimeTrackingProvider — Details about the time tracking provider.
  - `key` string, required — The key for the time tracking provider. For example, *JIRA*.
  - `name` string — The name of the time tracking provider. For example, *JIRA provided time tracking*.
  - `url` string — The URL of the configuration page for the time tracking provider app. For example, */example/config/url*. This property is only returned if the `adminPageKey` property is set in the module descriptor of the time tracking provider app.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the time tracking provider is not found.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
