SonarQube developer api "since" version

SonarQube version 7.9.1
Noticed that the “developers” api states that it is available since 1.0 (see screenshot below) which is wrong. I don’t have this api available in version 6.7.4.

Developers%20api%20since

Thanks @ankurja for this feedback, we’re gonna fix it.

As a side note, as this API is internal, it should not be an issue for you.

This is not an issue. I was just trying different things with SonarLint and switching between server version 6.7.4 and 7.9.1 and noticed following messages in logs, that’s when I started to look at this internal API.

GET 404 http://“SQ URL”/api/developers/search_events?projects=“project name”&from=2019-09-18T13%3A00%3A25-0700 | response time=15ms
Failed to get notifications: 404, {“errors”:[{“msg”:“Unknown url : /api/developers/search_events”}]}

It would have been better to begin by your real error then :slight_smile:

Which SonarQube Edition are you using ? Because this feature is available starting Developer Edition.

As I said earlier, this was not an issue. I know what caused those error message on the console. It’s just that during my analysis I saw that API and the wrong -since version and thought of reporting it.
I am using Enterprise edition.

Ok sorry it was not clear for me, thanks for the clarification.