Jira.js - Jira Cloud API library
    Preparing search index...

    Interface AuditRecord

    An audit record.

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

    Properties

    associatedItems?: Version3Models.AssociatedItem[]

    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.

    changedValues?: Version3Models.ChangedValue[]

    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.