Skip to content

Extracts measure and issue (vulnerability) history from sonarqube API

Notifications You must be signed in to change notification settings

cuuzis/csv-from-sonarqube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonarqube Issue Extractor

Extracts:

  • Issues from a Sonarqube instance
  • Faults from a Jira instance
  • Commits from a git repository

Prerequisites

To extract issues, faults and commits:

  • Java 8

To calculate correlations:

  • R

Usage

  • Run the jar file in your file explorer
    (from the command line: java -jar csv-from-sonar-0.1.0-jar-with-dependencies.jar) User interface

  • Specify link to git repository, to extract commits (e.g. https://github.com/apache/ambari.git):
    User interface

  • Specify link to jira project, to extract faults (e.g. https://issues.apache.org/jira/projects/AMBARI):
    User interface

Compiling

Clone the project and run maven command mvn clean package to build the jar file yourself.

About

Extracts measure and issue (vulnerability) history from sonarqube API

Resources

Stars

Watchers

Forks

Packages

No packages published