Questions tagged [sonarqube6.3]
21 questions
0
votes
1 answer
What are the restapis to get Coverage,technical debt,unit test success density and unit test failure density json data for SonarQube 6.3.1 in Postman?
The rest apis for Sonarqube 6.0 version is:-
1.(SonarqubeUrl)/api/issues/search=>For Technical Debt.
2.(SonarqubeUrl)/api/resources?metrics=ncloc,coverage=>For Code Coverage.
…

Bharath
- 1
0
votes
1 answer
Automatic issue assignment not working properly
We are using SonarQube 6.3.1.21392 with Crowd for External User Authentication.
I have just noticed, that the issue assignment is not working properly. The auto assignment is not working at all and when I try to assign a user manually, I can only…

CasualCode
- 45
- 1
- 3
- 10
0
votes
1 answer
Sonar analysis difference in two version(5.6 & 6.3)
We have two Environment of Sonar having versions (5.6 & 6.3).
We have set up all the sonar quality profiles,types,rules,severity identical in both environments.
But when we do analysis from both versions on the same repository, we are getting…

Aravind
- 53
- 1
- 8
0
votes
0 answers
Call other Sonar API in Java custom plugins (SonarQube 6.3.1)
I am developing a custom plugin to launch an analysis from the SonarQube's web interface. So I have implemented a WebService class with a Controller and an Action.
I would like to call in the handler of this action the other APIs in order to create…

begarco
- 751
- 7
- 20
0
votes
1 answer
Is there a way to control and automate snapshot generation for projects in SonarQube 6.3?
According to Sonarqube documentation: https://docs.sonarqube.org/display/SONAR/Concepts
A snapshot is generated for each analysis. Is there any way available to control this versioning and the given time for the snapshot generation. If yes, then I…

Jose
- 336
- 2
- 4
- 16
0
votes
1 answer
Plugins management fails with 404 on SonarQube 6.3.1
I have migrated from SonarQube 6.2 to SonarQube 6.3.1 today.
Since then, impossible to manage the pluginsd via the web interface:
"POST /sonarqube/api/plugins/update HTTP/1.1" 401 - "xxx:9000/sonarqube/updatecenter/updates"
"POST…

Bibi
- 1
- 1