Developer Portal for YouTrack and Hub Help

Global Time Tracking Settings

This resource lets you configure system-wide time tracking settings.

Resource

/api/admin/timeTrackingSettings

Returned entity

GlobalTimeTrackingSettings. For the description of the entity attributes, see Supported Fields section.

Supported sub-resources

GlobalTimeTrackingSettings attributes

Represents time tracking settings of your server.

This table describes attributes of the GlobalTimeTrackingSettings entity.

  • To receive an attribute in the response from the server, specify it explicitly in the fields request parameter.

  • To update an attribute, provide it in the body of a POST request.

Field

Type

Description

id

String

The ID of the server time tracking settings. Read-only.

workItemTypes

Array of WorkItemTypes

The list of available work item types. Read-only.

workTimeSettings

WorkTimeSettings

Server's work schedule settings. Read-only.

attributePrototypes

Array of WorkItemAttributePrototypes

The list of available work item attributes. Read-only.

Last modified: 30 May 2023