Search tickets using vendor-native query syntax and pagination. Query parameters are vendor-specific — for Jira, use jql with JQL syntax and cursor-based pagination. Other vendors will use their own query params when supported.
Jira Query Language (JQL) string. Example: project = PROJ AND issuetype in standardIssueTypes() ORDER BY updated DESC. Max 5000 characters.
1 <= x <= 100Opaque pagination cursor from next_cursor in a previous response. Omit for the first page.