Describes an update request for a work item field.

interface FieldUpdate {
    isDeleted?: boolean;
    isLocked?: boolean;
}

Properties

isDeleted?: boolean

Indicates whether the user wants to restore the field.

isLocked?: boolean

Indicates whether the user wants to lock the field.