WorkItemProjectAttribute
Represents the project-related settings of a work item attribute.
Attributes
This table describes attributes of the WorkItemProjectAttribute
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 a work item attribute in a project. |
timeTrackingSettings | ProjectTimeTrackingSettings | The time tracking settings of the project. |
prototype | WorkItemAttributePrototype | The prototype for the work item attribute. |
values | Array of WorkItemAttributeValues | The list of possible values of the work item attribute. |
name | String | The name of the work item attribute. |
ordinal | Int | The position of the attribute in the list of attributes in the UI. |