WorklogDeleted
Retrieves records of deleted worklogs, useful for audit trails or troubleshooting time tracking inconsistencies.
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id | String | The unique identifier of the audit record corresponding to a deleted worklog entry. This ID can be used to trace specific deletion events. | |||
| Updated | Datetime | >=,> | The timestamp indicating when the worklog entry was deleted. Useful for tracking and auditing changes over time. | ||
| Properties | String | A serialized string containing metadata and property details of the deleted worklog entry, such as user information, original time logged, and issue reference. |