List Bugs
Fetch bug tasks for triage and execution.
Instructions
Call list-bugs .
list-bugs({ "workspaceId": "<workspaceId>", "statuses": ["Open", "Planned", "In Progress", "In Review"], "teamIds": ["<teamId>"], "assigneeIds": ["<userId>"] })
If statuses is omitted, the tool defaults to active statuses:
-
Open
-
Planned
-
In Progress
-
In Review
Use get-task-details after selection when detailed description or full context is required.