Download Project Issues

Hi,

I am using Sonarqube v7.7. For Business use-case I want to download the issues violated for a project in csv or pdf format. Is there any plugin or any way to download ?

Regards,

Hi,

This is simply not available. You can query issues for your project using the web services (you’ll find a link to the on-board documentation in the page footer) and convert the JSON response to meet your needs.

 
Ann

Thanks Ann, I will use web services.

@ganncamp

I have some 10 custom rules for different profiles like java, xml, jproperties. I want to club all the rules under one tag. For example,

I want all 10 rules whatever the languages under one tag called CNErrors.

Is there any way to add all rules under one tag or one profile.

Regards,

Hi,

“Custom rules” implies to me that you’ve written a plugin. If so, you can add a tag on the implementation side. If not, users with the right perms can add tags to rules through the UI. Unfortunately, neither the implementation side nor the UI will allow you to put rules from multiple languages in the same profile.

 
Ann

Thanks Ann