YouTrack Standalone 2020.6 Help

Project Time Tracking Settings

This resource lets you configure the time tracking settings for the specific project.

Resource

/api/admin/projects/{projectID}/timeTrackingSettings

Returned entity

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

Supported sub-resources

ProjectTimeTrackingSettings attributes

Represents time tracking settings of the project.

This table describes attributes of the ProjectTimeTrackingSettings 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

enabled

Boolean

When true, the time tracking in the project is enabled. Otherwise, false.

estimate

ProjectCustomField

The custom field that is used for estimation in the project. The field must be attached to the project. Can be null.

timeSpent

ProjectCustomField

The custom field that is used for estimation in the project. The field must be attached to the project. Can be null.

workItemTypes

Array of WorkItemTypes

A collection of work item types that are used in the project.

project

Project

Reference to the project, to which these settings belong to. Read-only. Can be null.

Last modified: 30 March 2021