Planner Web Services API → Item Management → Item Management Types → AttributeChange
The AttributeChange type represents a single change that has been made to an attribute of a work item. An array of AttributeChange values is contained in the ItemChangeRecord type. The parameters for the AttributeChange method are:
Parameter | Datatype | Description |
---|---|---|
name | string | The XML system name corresponding to the attribute. |
previousValue | string | The value of the attribute before the change |
currentValue | string | The current value of the attribute |