Details of a changed worklog.

interface ChangedWorklog {
    properties?: Version3.Version3Models.EntityProperty[];
    updatedTime?: number;
    worklogId?: number;
}

Properties

Details of properties associated with the change.

updatedTime?: number

The datetime of the change.

worklogId?: number

The ID of the worklog.