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
filter
contains man ed, an audit record containing summary": "User added to group"
and "category": "group management"
is returned.curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/auditing/record'
{"offset":0,"limit":1000,"total":1,"records":[{"id":1,"summary":"User created","remoteAddress":"192.168.1.1","authorKey":"administrator","authorAccountId":"5ab8f18d741e9c2c7e9d4538","created":"2014-03-19T18:45:42.967+0000","category":"user management","eventSource":"Jira Connect Plugin","description":"Optional description","objectItem":{"id":"user","name":"user","typeName":"USER","parentId":"1","parentName":"Jira Internal Directory"},"changedValues":[{"fieldName":"email","changedFrom":"user@atlassian.com","changedTo":"newuser@atlassian.com"}],"associatedItems":[{"id":"jira-software-users","name":"jira-software-users","typeName":"GROUP","parentId":"1","parentName":"Jira Internal Directory"}]}]}
to
is provided from
must be before to
or no audit records are returned.from
is provided to
must be after from
or no audit records are returned.authorAccountId
instead. The key of the user who created the audit record.