list_tasks
Retrieve project tasks with optional filters for status, assignee, or search terms to quickly find relevant work items.
Instructions
List tasks for the project. Optionally filter by status, assignee, or search term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return | |
| search | No | Search in task title and description | |
| status | No | Filter by status (todo, in_progress, done, cancelled) | |
| assigneeId | No | Filter by assignee user ID |