Issues
Get changelogs
Returns a paginated list of all changelogs for an issue sorted by date, starting from the oldest.
This operation can be accessed anonymously.
Permissions required:
- Browse projects project permission for the project that the issue is in.
- If issue-level security is configured, issue-level security permission to view the issue.
get/rest/api/2/issue/{issueIdOrKey}/changelog
Path parameters
issueIdOrKeystring required
The ID or key of the issue.
Query parameters
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page.
Response
Returned if the request is successful.
Changes
No recorded changes to this endpoint across all 15 revisions of this API.