List tasks
list_tasksList tasks the user can access. Rich filtering: project_id, sprint (by sprint id), sprint__isnull=true (product backlog), parent_id, is_completed, depth, plus fuzzy search (trigram over title+description) and literal title__icontains / description__icontains. Filter tickets with has_ticket=true (a ticket is a task with a linked ticket submission) and status with status (BACKLOG|TODO|IN_PROGRESS|DONE). "Open tickets" = has_ticket=true + status not DONE. To assign/change status/tag a ticket use the task tools (task_assign_user, partial_update_tasks, add_tag_tasks). Plan-my-day: filter by planned/due dates with expected_stop_datetime__date (due on a day, e.g. today), expected_stop_datetime__gte/__lte (due after/before, for a range like this week), expected_start_datetime__* likewise, and expected_stop_datetime__isnull=false (has a due date). Also filter by is_milestone, priority (exact/gte/lte), tag (exact tag text), and assignee_id (tasks assigned to a user id). Paginated and ordered by board position. Every task carries app_url, a ready-to-use deep link into the ProWoDo web app — give it to the user instead of describing where to click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No |