For a project I need to get the changed SonarQube issues with a time range of specific dates. Is there a way to get only the changed issues based on time range? In the web-api documentation, I only see filter parameters for the created date. Im on version 8.2 (build 32929) Community
Hi,
Welcome to the community!
Sorry but as you’ve seen, there’s no updated
parameter.
Ann
@ganncamp Thank you for your answer! Is there an other way to do this without getting all the issues first and filtering afterwards?
Hi,
I’m not aware of one. TBH, this one’s going to be tough if you really want changed issues since I don’t think we really record that. I believe you’re going to need to look at each issue’s changelog.
Ann