v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Issue worklogs

Get IDs of deleted worklogs

Returns a list of IDs and delete timestamps for worklogs deleted after a date and time.

This resource is paginated, with a limit of 1000 worklogs per page. Each page lists worklogs from oldest to youngest. If the number of items in the date range exceeds 1000, until indicates the timestamp of the youngest item on the page. Also, nextPage provides the URL for the next page of worklogs. The lastPage parameter is set to true on the last page of worklogs.

This resource does not return worklogs deleted during the minute preceding the request.

Permissions required: Permission to access Jira.

get/rest/api/2/worklog/deleted

Query parameters

sinceinteger

The date and time, as a UNIX timestamp in milliseconds, after which deleted worklogs are returned.

Response

Returned if the request is successful.

lastPageboolean
nextPagestring uri

The URL of the next list of changed worklogs.

selfstring uri

The URL of this changed worklogs list.

sinceinteger

The datetime of the first worklog item in the list.

untilinteger

The datetime of the last worklog item in the list.