auditing
get-audit-records
Get audit records
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.changedToremoteAddress
For 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 or or before a date and time.
Permissions required: Administer Jira global permission.
GET /rest/api/3/auditing/record
| Flag | Type | Required | Description |
|---|---|---|---|
--filter | string | No | The strings to match with audit field content, space separated. |
--from | string | No | 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. |
--limit | string | No | The maximum number of results to return. |
--offset | string | No | The number of records to skip before returning the first result. |
--to | string | No | 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. |
Example:
bash
jr auditing get-audit-records