list_work_items
List work items from game development projects with filters for board, stage, assignee, category, milestone, or tag, supporting pagination and verbosity options.
Instructions
List work items with optional filters and pagination. Returns { items, total, offset, limit, index? }. In slim mode, includes index array of [id, name] pairs for all work items (not just current page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 200) | |
| tagId | No | Filter by tag | |
| offset | No | Skip first N items (default: 0) | |
| boardId | No | Filter by board/sprint ID | |
| stageId | No | Filter by stage | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) | |
| verbosity | No | Output verbosity: "full" (complete objects) or "slim" (minimal fields). Defaults to global setting. | |
| categoryId | No | Filter by category | |
| milestoneId | No | Filter by milestone | |
| assignedUserId | No | Filter by assigned user |