search_issues_scroll
Search issues with scroll to retrieve large result sets (10k+ matches). Pass a query and get issues plus a scroll ID for paginated fetching until no more results.
Instructions
Scrollable issue search for very large result sets (10k+ matches). First call: pass query (YQL) and optional per_scroll (max 1000), scroll_type (sorted|unsorted), scroll_ttl_millis. Returns issues plus next_scroll_id — pass that id back with the SAME query on the next call until next_scroll_id is null. Do not use queue-only search body here; use a query or filter-style search per Tracker API scroll rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| scroll_id | No | ||
| per_scroll | No | ||
| scroll_type | No | sorted | |
| scroll_ttl_millis | No |