Update Group not working - The 'id' parameter is missing

  • Sonarqube Version : 8.4.1
  • Update Group not working - The ‘id’ parameter is missing
  • Reproduce: Try edit any Group

Hello,
we have recently updated from Sonarqube 8.2 to Sonarqube 8.4.1 Now I am observing the error that I can’t edit groups anymore. After I press “Update” a popup appears: “The ‘id’ parameter is missing” .

Does anyone have the same problem ?

2 Likes

Yes, same here, don’t see any response from Sonar yet…

2 Likes

same here, SonarQube 8.4.2.36762

Hey there.

SONAR-13770 will be fixed in SonarQube’s next release (not far away!).

In the meantime, you can probably accomplish this with the Web API (documentation linked in the footer of your instance) using POST api/user_groups/update if really needed.

Colin