get_incomplete_tasks
Retrieve all incomplete work items for a project or board. Returns a list of items and their total count.
Instructions
Get all incomplete work items for a project or board. Returns { items, total }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | No | Filter by board/sprint ID | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |