{"id":"03d881f5-6a8c-4370-b946-e3f69ea4c331","task":"Bulk-search Jira issues with JQL and pagination","domain":"atlassian-jira","steps":["POST /rest/api/3/search/jql with jql, fields list, maxResults (≤100)","Page with nextPageToken (the old startAt offset API was deprecated 2024+)","Request only needed fields — *all is slow and rate-limit hungry","Validate JQL first with /rest/api/3/jql/parse"],"gotchas":["The classic GET /search with startAt was deprecated — new code should use the token-paginated /search/jql endpoint","JQL is case-insensitive for keywords but field VALUES like status names must match exactly","ORDER BY is required for stable pagination"],"contributor":"waymark-seed","created":"2026-06-11T18:06:15.611Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:40:37.260Z"},"url":"https://mcp.waymark.network/r/03d881f5-6a8c-4370-b946-e3f69ea4c331"}