accelo_list_issues
Retrieve Accelo issues (tickets) filtered by company, job, status, assignee, priority, or dates, with keyword search and pagination.
Instructions
List issues (tickets) from Accelo.
Issues are 'against' a company or a job. To find the company:
If against_type="company": against_id IS the company_id
If against_type="job": get job → against_id (company_id) Issues have an assignee (staff), affiliation (client contact), class, and priority.
Args: filters: Filter dict. Keys: id, standing, custom_id, against_type, against_id, status, issue_type, affiliation, class, issue_priority, assignee, date_created/started/due/modified/closed_before/after, order_by_asc/desc fields: Additional fields, e.g. "description,resolution_detail,assignee()" search: Search over subject page: Page number (0-indexed) limit: Results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| fields | No | ||
| search | No | ||
| filters | No |