List Tasks
list_tasksRetrieve board tasks with status, priority, assignees, and linked features. Filter by status or list ID to get task IDs before updating or commenting.
Instructions
List the org's board tasks and return the matches with their status, priority, assignees, and any linked feature/insight/sprint. Optionally narrow by status_id or list_id — resolve either via pm_meta. Read-only; returns an empty list when nothing matches. Use it to find a task id before get_task, update_task, or comment_on_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | Only tasks on this list; resolve the id via pm_meta (optional). | |
| status_id | No | Only tasks in this status; resolve the id via pm_meta (optional). |