Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/getAuditRecords.ts>GetAuditRecords

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetAuditRecords
import { type GetAuditRecords } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/getAuditRecords.ts";

Properties

optional
offset: number

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

optional
limit: number

The maximum number of results to return.

optional
filter: string

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

optional
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.

optional
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.