We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9945577 commit c8dce40Copy full SHA for c8dce40
backend/plugins/sonarqube/api/remote_api.go
@@ -51,7 +51,7 @@ func querySonarqubeProjects(
51
res, err := apiClient.Get("projects/search", url.Values{
52
"p": {fmt.Sprintf("%v", page.Page)},
53
"ps": {fmt.Sprintf("%v", page.PageSize)},
54
- "q": {keyword},
+ "q": {keyword
55
"qualifiers": {"TRK"},
56
}, nil)
57
if err != nil {
0 commit comments