get_my_tickets
Retrieve helpdesk tickets assigned to you in Odoo. Filter by stage, priority, or limit results to manage support tasks efficiently.
Instructions
Get helpdesk tickets assigned to the current user.
Args:
state: Filter by stage name (optional)
priority: Filter by priority (0=Low, 1=Medium, 2=High, 3=Urgent)
limit: Max records (default 20)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| priority | No | ||
| limit | No |