i tried to hit sonar web api i am getting only 10000 results, how to fetch all the issues.
i am currently using this url
/issues/search?componentKeys={projectkey}&branch={branch}&statuses={status}&asc=true&p={page}&ps=500&s=FILE_LINE
do we have any other api ?
i tried fetching by filtering the categories with issue severity type, still only 10000 is possible .