v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Audit records

Get audit records

Returns a list of audit records. The list can be filtered to include items:

  • where each item in filter has at least one match in any of these fields:

    • summary
    • category
    • eventSource
    • objectItem.name If the object is a user, account ID is available to filter.
    • objectItem.parentName
    • objectItem.typeName
    • changedValues.changedFrom
    • changedValues.changedTo
    • remoteAddress

    For example, if filter contains man ed, an audit record containing summary": "User added to group" and "category": "group management" is returned.

  • created on or after a date and time.

  • created or or before a date and time.

Permissions required: Administer Jira global permission.

get/rest/api/3/auditing/record

Query parameters

offsetinteger

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

limitinteger

The maximum number of results to return.

filterstring

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

fromstring

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.

tostring

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.

Response

Returned if the request is successful.

limitinteger

The requested or default limit on the number of audit items to be returned.

offsetinteger

The number of audit items skipped before the first item in this list.

totalinteger

The total number of audit items returned.