How to get newly scanned issues from plugin

Hi,

We are trying to develop a plugin which will submit issues to JIRA after each sonar scan finished (for each sonar issue, there will be one corresponding issue in JIRA).

Is there a way to get the list of new issues during the current scan (maybe in PostProjectAnalysisTask).

Thanks in advance

1 Like

I’m also interested in similar feature: to take a number of sonar issues and coverage (project overall) after each scan and execute some custom actions.

Apparently on postProjectAnalysisTask we could only retrieve quality gate status of a given scan.
Besides the global configuration, is there a way to inject more fine grained data about issues in a given analysis and/or detailed overall project level analysis?

Some examples would be useful.