How to retrieve the sonar errors from existing sonarqube server using sonarlint gradle in my plugin

Please provide

  • Operating system: Ubuntu 22
  • SonarLint plugin version: 10.2
  • Programming language you’re coding in: Java
  • Is connected mode used: Yes
    • Connected to SonarCloud or SonarQube (and which version): 9.9

And a thorough description of the problem / question:
I want to retrieve the sonarqube historical error/issues through sonarlint. Is there any possibility to use the sonarlint as dependency in the my own plugin implementation.

Hey there.

I don’t think Sonarlint would really help you here. Sonarlint detects issues in the code while you’re working in the IDE. If you’re trying to do some reporting, I suggest using the Web API.

Hi,
Thank you very much for the clarification. I will start to utilize the web API according to our requirement.

Thanks again…!