ObjectHistory
Retrieve the history entries for this object.
Select
The cmdlet uses the Jira Assets API to process the request. The rest of the filter is executed client-side within the cmdlet.The following filters are processed server-side, and are required:
- ObjectId supports the following operators: =, IN
SELECT * FROM ObjectHistory WHERE ObjectId = 123
SELECT * FROM ObjectHistory WHERE ObjectId IN (123, 1234)
Columns
| Name | Type | Description |
| Id [KEY] | String | The Id of the ObjectHistory. |
| ActorAvatarUrl | String | The ActorAvatarUrl of the ObjectHistory. |
| ActorDisplayName | String | The ActorDisplayName of the ObjectHistory. |
| ActorName | String | The ActorName of the ObjectHistory. |
| ActorKey | String | The ActorKey of the ObjectHistory. |
| ActorEmailAddress | String | The ActorEmailAddress of the ObjectHistory. |
| ActorHtml | String | The ActorHtml of the ObjectHistory. |
| ActorRenderedLink | String | The ActorRenderedLink of the ObjectHistory. |
| ActorIsDeleted | Boolean | The ActorIsDeleted of the ObjectHistory. |
| ActorLastSeenVersion | String | The ActorLastSeenVersion of the ObjectHistory. |
| ActorSelf | String | The ActorSelf of the ObjectHistory. |
| AffectedAttribute | String | The name of the affected attribute. |
| OldValue | String | The OldValue of the ObjectHistory. |
| NewValue | String | The NewValue of the ObjectHistory. |
| Type | Integer | The Type of the ObjectHistory. |
| Created | Datetime | The Created of the ObjectHistory. |
| ObjectId | String | The ObjectId of the ObjectHistory. |