Need list of users who triggered last analysis over a period of time

I have a SonarQube legacy of version 5.6.6
Using background tasks I get the list of Last Analysis run over a period of 2 months time. But I need to find which user has triggered this each analysis. Is there a property/api which can give me user information of last analysis?

Hi,

The current version of SonarQube is 7.2, and the current LTS is 6.7.4 (6.7.5 imminent). You’re going to have a hard time finding support for any version prior to that. I urge you to upgrade at your earliest convenience.

We added a Submitter column to the interface in 7.2. It’s present in the corresponding web service (api/ce/activity) at least as far back as 6.7.

Ann

1 Like