Query updates by entity

Base URL for this request

Select the server matching your Jira Cloud data residency from the Servers drop-down before making requests:

Updates for objectives or key results, newest first. Omit entityId to return updates across all entities.

Progress: Prefer percentDone on objectives and key results for the latest progress — not every change produces an update row. Objective updates always have value null (objective progress is derived from key results). For manual key results, updates can carry startValue, value, and desiredValue to show progress over time. Auto key results: system updates when linked issues change may include progress values; manual text-only updates on auto KRs may omit editable progress on the returned update object. source: MANUAL (UI), API (public update API), or AUTO (system/linked issues).

Pagination: Cursor-based; nextCursor in the response means more pages. Absent nextCursor, there is no further page.

Query Params
string

ID of a single objective or key result to return updates for. If not provided, updates for all entities will be returned, newest first.

string

Cursor for pagination. Use the value of nextCursor from previous response to get the next page.

int32
Defaults to 1000

Number of updates to return per page. Takes values from 1 to 1000. Default is 1000.

int64

Only return updates later than this date (open interval), in UNIX Epoch milliseconds

int64

Only return updates earlier than this date (open interval), in UNIX Epoch milliseconds

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json