Redmine / Sonar Integration
Added by Patroklos Papapetrou almost 12 years ago
Hi everyone
I just wanted to let you know that I've implemented a Sonar (http://www.sonarsource.org) plugin that integrates Sonar with Redmine. The basic functionalities of the first version will be the following:
- Authentication to Redmine Server through API access key
- Retrieval of open issues of a project and display them in a widget grouped by priority.
- Linking of Sonar reviews to a newly created redmine issue directly within Sonar.
If you are Sonar users (if not you should consider start using it) and you'd like to see some more features, I'm open to any suggestions, ideas etc. you may have
Regards
Patroklos
Replies (3)
RE: Redmine / Sonar Integration - Added by Lorand David about 10 years ago
It would be nice if we would have a setting where we can set if we want the Redmine task (created from Sonar) to be Private or not. Thanks.
RE: Redmine / Sonar Integration - Added by Serg Pr almost 9 years ago
I tried this plugin (v.0.2) with:
Redmine 3.1.2.stable and SonarQube 5.3
It works!
But before use, you can have some error.
See here: http://stackoverflow.com/questions/34897471/sonarqube-redmine-plugin-connection-error
I hope this help.