list_work_items
List work items in a project with filters for board, milestone, stage, assignee, status, and more. Supports sorting and pagination.
Instructions
List work items in a project with optional filters and sorting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 100) | |
| offset | No | Pagination offset | |
| boardId | No | Filter by board | |
| stageId | No | Filter by stage | |
| sortMode | No | Sort direction: 'asc' or 'desc' | |
| projectId | Yes | ||
| sortField | No | Field to sort by | |
| categoryId | No | Filter by category | |
| isCompleted | No | Filter by completion status | |
| milestoneId | No | Filter by milestone | |
| searchTerms | No | Full-text search across title and description | |
| parentStoryId | No | Filter by parent story (returns sub-tasks) | |
| assignedUserId | No | Filter by assignee | |
| designElementId | No | Filter by linked design element | |
| importanceLevelId | No | Filter by importance level |