List all project snapshot aggregated issues
POST {{baseUrl}}/org/:orgId/project/:projectId/history/:snapshotId/aggregated-issues
Request Body
{
"filters": "${filters}",
"includedescription": "${includedescription}",
"includeintroducedthrough": "${includeintroducedthrough}"
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |