SonarQube Redmine Integration

2019-09-10 00:10发布

Scenario is After Installing Plugin with SonarQube

Error is Missing parameter resource

While integrating Sonar with Redmine, At Project level, go to Administration -> Redmine Configuration Page is not loading, Instead of that am getting the above error message on browser.

I am using following versions, Maven 3.0.5 Redmine version 3.0.4.stable SonarQube 5.2

Regards, Jojan Paul

1条回答
家丑人穷心不美
2楼-- · 2019-09-10 00:52

This looks like a bug on the plugin. I have found a workaround until this is fixed. In your browser, you need to replace the url GET paramater 'id' by 'resource'.

So insterad of

http://{sonar_url}/redmine_configuration?id={project}

Replace 'id' with 'resource'

http://{sonar_url}/redmine_configuration?resource={project}
查看更多
登录 后发表回答