Operations with Specific ProjectTimeTrackingSettings
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 methods |
ProjectTimeTrackingSettings attributes
Represents time tracking settings of the project.
Related Resources
Below you can find the list of resources that let you work with this entity.
Attributes
This table describes attributes of the ProjectTimeTrackingSettings
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 project time tracking settings. |
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. |
attributes | Array of WorkItemProjectAttributes | The list of work item attributes available in this project. |
Read a Specific ProjectTimeTrackingSettings
Read the time tracking settings of the project.
Required permissions
Requires permissions: Read Project Basic
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of ProjectTimeTrackingSettings attributes that should be returned in the response. If no field is specified, only the |
Sample
Sample request
Sample response body
Update a Specific ProjectTimeTrackingSettings
Update the time tracking settings of the project.
Required permissions
Requires permissions: Update Project
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of ProjectTimeTrackingSettings attributes that should be returned in the response. If no field is specified, only the |