A record of a single change to an entity whose changes are tracked.
| Element | Description |
|---|---|
| Action | The audited action. One of INSERT, UPDATE, or DELETE: entity was created, changed, or deleted. |
| Audit | An audit entity. |
| NewValue | The value that was set to this property. |
| OldValue | The value before the audited event. |
| ParentId | The ID of the audited entity. For example, if a defect was audited, this will be a defect ID. |
| ParentType | The type of the audited entity. |
| Properties | Properties of this audit. For example, the fields that changed on the parent entity. |
| Property | Information about the type of change. |
| Time | The time the audit record was created according the the DB server clock. |
| User | The user who made the change. |