pylon_search_issues
Search issues by applying filters such as state, tags, title text, assignee, account, requester, or team. Refine results to find specific issues without listing all.
Instructions
Search issues using structured filters; requires at least one filter. For unfiltered listing, use pylon_get_issues instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by state: "new", "waiting_on_you", "waiting_on_customer", "on_hold", or "closed" | |
| tag | No | Filter by single tag; combine with state for custom statuses (e.g., state="on_hold" + tag="waiting on eng") | |
| tags | No | Filter by multiple tags (issue must have ALL specified tags) | |
| title_contains | No | Search text within issue titles | |
| assignee_id | No | Filter by assignee user ID | |
| account_id | No | Filter by account/company ID | |
| requester_id | No | Filter by requester/contact ID | |
| team_id | No | Filter by team ID | |
| limit | No | Max results to return |