-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][Sonarqube] No option to add scope config even though documentation suggests #7931
Comments
Hey @sanjchhoker! I'm here to help you out with any bugs, questions, or contributions you have in mind. I'm a bot, but don't worry, I'll do my best to assist you while we wait for a human maintainer to join the conversation. The issue you're encountering is likely due to the func (p Sonarqube) ScopeConfig() dal.Tabler {
return nil
} To resolve this, you would need to ensure that the {pluginConfig.scopeConfig && (
<IconButton
icon={<LinkOutlined />}
helptip="Associate Scope Config"
size="small"
type="link"
onClick={() => {
setType('associate');
}}
/>
)} If |
fyi I am using Sonarqube enterprise v10.6 |
What document were you referring to? |
Step 2 Data entities |
@sanjchhoker I see. |
Hi @sanjchhoker , the docs have been updated by: apache/incubator-devlake-website#787 You'll see the latest doc after it gets merged. |
The updated sonarqube doc: https://devlake.apache.org/docs/Configuration/SonarQube/ |
Search before asking
What happened
Add sonarqube connection and add data scope to the connection - I can see data scopes coming through but cannot see scope config option.
It’s all just N/A
What do you expect to happen
Expect to see option to add scope config and only then we can get DORA metrics
How to reproduce
Add sonarqube connection and the add data scope.
Anything else
No response
Version
v1.0.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: