You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
but...OK only if the default quality profile is the default one ('sonar way').
If a given rule has been modified (let's say its severity CRITICAL in sonar way -> MAJOR in the new quality profile),
then the command above will provide the same issue (i.e. same default severity CRITICAL -not MAJOR- even if the quality profile set to the new one).
without changing the current code, Is it possible to know all the rules linked with a given quality profile ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this works fine
issues1 = list(sonar.issues.search_issues(componentKeys="my_project", branch="develop"))
but...OK only if the default quality profile is the default one ('sonar way').
If a given rule has been modified (let's say its severity CRITICAL in sonar way -> MAJOR in the new quality profile),
then the command above will provide the same issue (i.e. same default severity CRITICAL -not MAJOR- even if the quality profile set to the new one).
without changing the current code, Is it possible to know all the rules linked with a given quality profile ?
The text was updated successfully, but these errors were encountered: