Describes an update to a work item field.

interface WorkItemFieldUpdate {
    newValue?: any;
    oldValue?: any;
}

Properties

Properties

newValue?: any

The new value of the field.

oldValue?: any

The old value of the field.