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

    Interface GetAuditRecords

    interface GetAuditRecords {
        filter?: string;
        from?: string;
        limit?: number;
        offset?: number;
        to?: string;
    }
    Index

    Properties

    filter?: string

    The strings to match with audit field content, space separated.

    from?: string

    The date and time on or after which returned audit records must have been created. If to is provided from must be before to or no audit records are returned.

    limit?: number

    The maximum number of results to return.

    offset?: number

    The number of records to skip before returning the first result.

    to?: string

    The date and time on or before which returned audit results must have been created. If from is provided to must be after from or no audit records are returned.