I am using Sonarqube Version - * Developer Edition * Version 8.9 (build 43852).
And I have been trying to create issue report with list of issues for each project. I need to add issue link so that instead of searching the issue in the project, developers can click the link and get redirected to the issue.
I tried fetching the issue info over api and aggregated them in csv file. But when developers open the link its not loading properly and it gets struck with below error message.
Cannot open selected issue, as it's not part of the initial 1000 loaded issues.
Have you tried this via the UI? Specifically, have you looked at the permalinks the UI constructs? The best way to master the API is to perform the desired action via the UI and see which calls the UI makes to accomplish the action.