Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Meyer committed Mar 25, 2021
2 parents 1f02360 + 72434e2 commit 62c999c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ private SonarQubeIssueRessource getSonarQubeIssuesWithDefaultSeverities(final Re
.withComponentKeys(projectKey)
.withTypes(SonarQubeIssueType.CODE_SMELL)
.withSeverities(issueSeverities)
.withOrganization(organizationKey)
.pageSize(maxNumberOfIssuesOnPage)
.pageIndex(1)
.build();
Expand Down

2 comments on commit 62c999c

@surfermicha
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Christoph-Meyer bist du dir sicher, dass das funktioniert? ich weiß noch, dass wir das vor nicht all zu langer Zeit mal einbauen mussten, um überhaupt noch Projekte abrufen zu können.

@Christoph-Meyer
Copy link
Collaborator Author

@Christoph-Meyer Christoph-Meyer commented on 62c999c Mar 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@surfermicha - ich hab das in beiden Varianten getestet. Beim Abrufen der Projekte braucht er den Parameter "organization" im API Call, bei den Issues mMn nicht.
Aber bitte, teste es gern auch nochmal, um sicherzugehen!

Please sign in to comment.