Hi, we’re trying out SonarQube Server Enterprise v2025.1.
According to the documentation here, we can switch between Standard Experience and MQR mode. Switching the modes updates the data displayed in the Web UI as expected. However, the GET api/projects/export_findings endpoint returns data in the newer MQR format regardless of which mode is set, same as response example in the API docs:
The latest changelog entry in the API docs for that endpoint states: 10.8 'type' and 'severity' fields are not deprecated anymore. Based on that it seems that those fields should still be returned. As this is contradictory, it is not clear if current behavior is intended or if this is a bug.
Hey thank you and sorry, I somehow completely overlooked the status and severity fields in the response, they are indeed present. The newly introduced fields took my focus completely.