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 on or before a date and time.
Permissions required: Administer Jira global permission.
Optional
parameters: Version3Parameters.GetAuditRecordsOptional
callback: undefined
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 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.