An audit record.

interface AuditRecord {
    associatedItems?: Version3.Version3Models.AssociatedItem[];
    category?: string;
    changedValues?: Version3.Version3Models.ChangedValue[];
    created?: string;
    description?: string;
    eventSource?: string;
    id?: number;
    objectItem?: Version3.Version3Models.AssociatedItem;
    remoteAddress?: string;
    summary?: string;
}

Properties

The list of items associated with the changed record.

category?: string

The category of the audit record. For a list of these categories, see the help article Auditing in Jira applications.

The list of values changed in the record event.

created?: string

The date and time on which the audit record was created.

description?: string

The description of the audit record.

eventSource?: string

The event the audit record originated from.

id?: number

The ID of the audit record.

remoteAddress?: string

The URL of the computer where the creation of the audit record was initiated.

summary?: string

The summary of the audit record.