Module audit_records_api

Module audit_records_api 

Source

Enums§

GetAuditRecordsError
struct for typed errors of method get_audit_records

Functions§

get_audit_records
Returns a list of audit records. The list can be filtered to include items: * containing a string in at least one field. For example, providing up will return all audit records where one or more fields contains words such as update. * created on or after a date and time. * created or or before a date and time. * created during a time period. Permissions required: Administer Jira global permission.