list_user_assignments
Retrieve all tasks assigned to a user, filtering by project or status to focus on relevant assignments.
Instructions
List all tasks assigned to a user, optionally filtered by project or status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of assignments to return | |
| status | No | Task status name to filter by | |
| user_id | Yes | User ID to list assignments for | |
| project_id | No | Project ID to filter by |