Operations with Specific GlobalTimeTrackingSettings
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 methods |
GlobalTimeTrackingSettings attributes
Represents time tracking settings of your server.
Related Resources
Below you can find the list of resources that let you work with this entity.
Attributes
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. |
workItemTypes | Array of WorkItemTypes | The list of available work item types. |
workTimeSettings | WorkTimeSettings | Server's work schedule settings. |
attributePrototypes | Array of WorkItemAttributePrototypes | The list of available work item attributes. |
Read a Specific GlobalTimeTrackingSettings
Read the time tracking settings of your service.
Required permissions
Requires permissions: Read Work Item
Request syntax
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 |