Can we add a new parameter to GET api/issues/search to get issues that changed since a specific date?
Hi,
Welcome to the community!
Would you mind detailing your use case?
Thx!
Ann
Hi,
in my use case, I want to query all the issues from sonarqube and store them in a custom database to build some tracking reports on top of them, the issue is every time I have to retrieve all the issues from SonarQube issues/search API and I can not filter using CreatedAt parameter as a developer might update an old issue, so I need a new parameter to send my last sync date to SonarQube issues/search API and receive only the updated or created issues after it.
BR,
Taha Amin
1 Like