WorkItemAttributeValue
Represents a value of a work item attribute.
Attributes
This table describes attributes of the WorkItemAttributeValue
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 value of a work item attribute. |
name | String | The name of the value of a work item attribute. |
description | String | The description of the value of a work item attribute. |
autoAttach | Boolean | If |
prototype | WorkItemAttributePrototype | The prototype for the work item attribute. |