Extracts:
- Issues from a Sonarqube instance
- Faults from a Jira instance
- Commits from a git repository
To extract issues, faults and commits:
- Java 8
To calculate correlations:
- R
-
Run the jar file in your file explorer
(from the command line:java -jar csv-from-sonar-0.1.0-jar-with-dependencies.jar
) -
Specify link to git repository, to extract commits (e.g.
https://github.com/apache/ambari.git
):
-
Specify link to jira project, to extract faults (e.g.
https://issues.apache.org/jira/projects/AMBARI
):
Clone the project and run maven command mvn clean package
to build the jar file yourself.