SonarQubeCommunity / sonar-pdf-report

80 stars 81 forks source link

Unable to get the Sonar PDF on mail #31

Open madhurilalit opened 7 years ago

madhurilalit commented 7 years ago

Hi,

I have configured my sonar project view to receive a sonar PDF report however i am still not getting the same on email. Below are the steps i performed:

  1. I have created a view where I have included my 6 projects. I gave execute permission on view not on individual project.
  2. I have set Executive Report option to come daily and provided email id's to receive the pdf
  3. I have set the Subscribe button which says "You are receiving PDF reports by email every day."

Please suggest what is missing. Also the report doesn't include much details about the sonar code analysis. Is it possible to include below parameters:

Please resolve this issue asap as i am not getting much help for web on the same.

madhurilalit commented 7 years ago

Gentle followup!!!

madhurilalit commented 7 years ago

Gentle followup!!! Could you please respond!

madhurilalit commented 7 years ago

Gentle followup!!! Could you please respond!

designerferro commented 7 years ago

What is the SonarQube version you are testing on?

madhurilalit commented 7 years ago

Version 5.6.2

designerferro commented 7 years ago

Have you changed the API call for issues unordered to comply with the new API version? Where is it published?

madhurilalit commented 7 years ago

Can you explain how to change API call for issues unordered to comply with the new API version? What do mean by where is it published? Can you please explain in simpler terms since I am new to Sonar.

designerferro commented 7 years ago

You can find more information about extending SonarQube with Java API at https://docs.sonarqube.org/plugins/servlet/mobile#content/view/1441915

MVN repository here https://mvnrepository.com/artifact/org.codehaus.sonar/sonar-java-api

API changes here https://docs.sonarqube.org/plugins/servlet/mobile#content/view/1442007

madhurilalit commented 7 years ago

Let me follow the above links and meanwhile don't close the ticket.

designerferro commented 7 years ago

Oh boy, why you can't understand that I'm not the programmer. Hell, I'm not even one. I just posted some fixes for a problem when this was working in versions prior to 5.0.

madhurilalit commented 7 years ago

Do you mean in Sonarqube Version 5.6.2, PDF email functionality is not working?

madhurilalit commented 7 years ago

Kindly answer my query that whether PDF functionality works in Sonarqube Version 5.6.2 or not. Also please confirm is it possible to include below parameters in sonar report:

designerferro commented 7 years ago

I don't know. We stoped using this plugin 2 months or so ago.

I don't remember ever seeing the option to send the PDF or the test coverage on the reports.

SounarSource has a payed version of SonarQube where this functions are included.

designerferro commented 7 years ago

The PDF did come with unsolved issues, but since version 5.0 and up had the issues API changed, this stoped working.