WorkItemFieldUpdate interface
Describes an update to a work item field.
Properties
new |
The new value of the field. |
old |
The old value of the field. |
Property Details
newValue
The new value of the field.
newValue: any
Property Value
any
oldValue
The old value of the field.
oldValue: any
Property Value
any