search_assets_aql
Search Jira Service Management assets using AQL queries with filters, automatic pagination, and robust result retrieval.
Instructions
Search JSM Assets using AQL (Assets Query Language). Supports complex queries with filters and robust automatic pagination.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aqlQuery | Yes | AQL query string (e.g., "objectType=\"Installation Package\" AND Key startswith IASM") | |
| autoPages | No | Enable automatic pagination to fetch all results (default: false for backward compatibility) | |
| maxPages | No | Maximum number of pages to fetch when autoPages=true (default: 10, safety limit) | |
| pageSize | No | Number of results per page when autoPages=true (default: 1000) | |
| startAt | No | Starting index for single-page requests when autoPages=false (default: 0) | |
| maxResults | No | Maximum number of results for single-page requests when autoPages=false (default: 1000) |