audits Schema
audits Schema

Glossary Item Box

Description

A collection of audit records. See the audit schema documentation for meanings of audit fields.

Elements

ElementDescription
ActionThe audited action. One of INSERT, UPDATE, or DELETE: entity was created, changed, or deleted.
AuditAn audit entity.
AuditsA collection of audits.
NewValueThe value that was set to this property.
OldValueThe value before the audited event.
ParentIdThe ID of the audited entity. For example, if a defect was audited, this will be a defect ID.
ParentTypeThe type of the audited entity.
PropertiesProperties of this audit. For example, the fields that changed on the parent entity.
PropertyInformation about the type of change.
TimeThe time the audit record was created according the the DB server clock.
UserThe user who made the change.