Name | Type | Description | Notes |
---|---|---|---|
id | Long | The ID of the audit record. | [optional] |
summary | String | The summary of the audit record. | [optional] |
remoteAddress | String | The URL of the computer where the creation of the audit record was initiated. | [optional] |
authorKey | String | Deprecated, use `authorAccountId` instead. The key of the user who created the audit record. | [optional] |
created | OffsetDateTime | The date and time on which the audit record was created. | [optional] |
category | String | The category of the audit record. For a list of these categories, see the help article Auditing in Jira applications. | [optional] |
eventSource | String | The event the audit record originated from. | [optional] |
description | String | The description of the audit record. | [optional] |
objectItem | AssociatedItemBean | [optional] | |
changedValues | List<ChangedValueBean> | The list of values changed in the record event. | [optional] |
associatedItems | List<AssociatedItemBean> | The list of items associated with the changed record. | [optional] |