Hello,
My project has 1 fixed issue on Sonar UI. When I try to view the issue, is shows 0 of 1 shown.
I try to get the issue from API issues/search and got nothing either.
Do you know what is it?
Thanks a lot!
Hello,
My project has 1 fixed issue on Sonar UI. When I try to view the issue, is shows 0 of 1 shown.
Do you know what is it?
Thanks a lot!
Hi,
What version of SonarQube are we looking at here?
Â
Ann
Hi,
I think it’s possible you have a corrupted Elasticsearch index. Try:
$SONARQUBE_HOME/data/es
This restart will be longer than a normal restart because the indices will be rebuilt, so if you have a large/heavy-use instance you’ll want to target the operation for off-peak hours.
Â
Ann