list_issues
Retrieve Huly issues with filters by project, status, assignee, and more. Get results sorted by modification date, newest first.
Instructions
Query Huly issues with optional filters. Returns issues sorted by modification date (newest first). Supports filtering by project, status, assignee, component, and parentIssue (to list children of a specific issue). Supports searching by title substring (titleSearch) and description content (descriptionSearch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of issues to return (default: 50) | |
| status | No | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| assignee | No | Filter by assignee email | |
| component | No | a string that will be trimmed | |
| parentIssue | No | a string that will be trimmed | |
| titleSearch | No | Search issues by title substring (case-insensitive) | |
| descriptionSearch | No | Search issues by description content (fulltext search) |