Need git related data corresponding to an issue

Hi,

I need to build an app/dashboard for my team, where I can display the total number of issues associated to the code authored by a certain author (git user) for a certain project. Right now, we can just see that in the filter in issues tab in a project.

I want to build an open source plugin and if possible extend an endpoint to provide that data through an API. But I am not able to find any data related to my use case in the database, nor is there any Sonarqube API to get this data.

Hi Yas,

You should be able to use the web service api/issues/search.
With this web service, can can filter by assignees, authors, projects, etc.

Regards,
Julien Lancelot