ProjectTimeTrackingSettings
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 |
estimate | ProjectCustomField | The custom field that is used for estimation in the project. The field must be attached to the project. |
timeSpent | ProjectCustomField | The custom field that is used for estimation in the project. The field must be attached to the project. |
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. |