pub async fn get_change_logs(
configuration: &Configuration,
issue_id_or_key: &str,
start_at: Option<i32>,
max_results: Option<i32>,
) -> Result<PageBeanChangelog, Error<GetChangeLogsError>>
Expand description
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.