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