taiga_tasks_list
List Taiga tasks with optional filters by project, status, owner, tags, milestone, and more. Retrieve filtered task lists to manage project workflows effectively.
Instructions
List tasks with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role ID | |
| tags | No | Comma-separated tags | |
| owner | No | Owner user ID | |
| status | No | Status ID | |
| project | No | Project ID | |
| order_by | No | ||
| watchers | No | Watcher user ID | |
| milestone | No | Milestone ID | |
| user_story | No | User Story ID | |
| assigned_to | No | Assigned user ID | |
| exclude_role | No | ||
| exclude_tags | No | ||
| exclude_owner | No | ||
| exclude_status | No | ||
| status__is_closed | No | ||
| exclude_assigned_to | No |