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:
summarycategoryeventSourceobjectItem.name If the object is a user, account ID is available to filter.objectItem.parentNameobjectItem.typeNamechangedValues.changedFromchangedValues.changedToremoteAddressFor 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 on or before a date and time.
Permissions required: Administer Jira global permission.
Optionalparameters: Version2Parameters.GetAuditRecordsOptionalcallback: undefined
Returns a list of audit records. The list can be filtered to include items:
Where each item in
filterhas at least one match in any of these fields:summarycategoryeventSourceobjectItem.nameIf the object is a user, account ID is available to filter.objectItem.parentNameobjectItem.typeNamechangedValues.changedFromchangedValues.changedToremoteAddressFor example, if
filtercontains man ed, an audit record containingsummary": "User added to group"and"category": "group management"is returned.Created on or after a date and time.
Created on or before a date and time.
Permissions required: Administer Jira global permission.