External DocumentationTo learn more, visit the Aikido documentation.
Actions
List Open Issue Groups
Retrieve a list of all the open issue groups in your account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Code Repo ID | The code repo ID to filter the issues by. Can be obtained using the List Code Repos action. |
| Code Repo Name | The repository name to filter results by. Can be obtained using the List Code Repos action. |
| Container Repo ID | The container repository ID to filter the issue groups by. |
| External Code Repo ID | The external code repository ID to filter the issue groups by. Can be obtained using the List Code Repos action. |
| Issue Type | Select the issue type to filter by. |
| Page | The page number to retrieve. Starting at 0. |
| Per Page | The maximum number of items to retrieve per page. Valid range is 10 to 20. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Status | Select the status of the issues to filter by. |
| Team ID | The ID of the team associated with the issues to filter the issues by. Can be obtained using the List Teams action. |
[
{
"id": 24,
"type": "open_source",
"title": "firefox-esr",
"description": "Attacker can trigger memory corruption leading to crash or remote code execution",
"time_to_fix_minutes": 30,
"group_status": "new",
"priority": 90,
"severity": "critical",
"locations": [
{
"id": 1,
"name": "REST API service",
"type": "code_repository"
}
],
"how_to_fix": "You can fix this issue by",
"related_cve_ids": [
"CVE-2024-8385"
]
}
]
Was this page helpful?