YouTrack Standalone 2019.1 Help

Operations with Specific GlobalTimeTrackingSettings

Resource

/api/admin/timeTrackingSettings

Returned entity

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

Supported methods

GlobalTimeTrackingSettings attributes

Time tracking settings of your server.

This table describes attributes of the GlobalTimeTrackingSettings entity.

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

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

Field

Type

Description

workItemTypes

Array of WorkItemTypes

Collection of available work item types. Read-only.

workTimeSettings

WorkTimeSettings

Server's work schedule settings. Read-only.

Read a Specific GlobalTimeTrackingSettings

This resource lets you read and manage the time tracking settings of your service.

Request syntax

GET /api/admin/timeTrackingSettings/{settingsID}?{fields}

Request parameters

Parameter

Type

Description

fields

string

A list of GlobalTimeTrackingSettings attributes that should be returned in the response. If no field is specified, only the entityID is returned.

Last modified: 8 July 2019