I am using the issues/search api to pull all the projects that have issues with resolution=WONTFIX/FALSE-POSITIVE, we have more than 200 projects in our sonar instance. But I see that facets has limit of 100, Is there a way to pull all facets?
issues/search?severities=BLOCKER,CRITICAL&s=CLOSE_DATE&asc=no&ps=500&resolutions=FIXED,REMOVED&facets=projects
Per the FAQ please do not @ people not already involved in a thread. Doing so does not move you to the top of their ToDo list. Just the opposite.
Regarding your question Enterprise Edition($$) includes an API to allow you to pull all the issues in a project, and you could filter once you had the data. Outside of that, you’ll just need to get clever with how you query.