SonarQube Community Edition 6.7 : How to get all issues of current after patch apply

I am new to SonarQube and using sonarqube community edition 6.7. I have java project. I want to run get issue list using API (api/issues/search) of current run. This should show all issues reported from current run.

Hey Abhay,

The SonarQube 6.7 is end of life - you should upgrade - details at http://sonarqube.org.

The api/issues/search has many params that could help you achieving your goal:

  • sinceLeakPeriod
  • createdAt
  • createdInLast

Hope that helps.
Kris