jboss-set / aphrodite

A java api for retrieving and updating SET issues from multiple issue trackers.
4 stars 26 forks source link

SET-556: retrieve a list of new issues since a given date #264

Closed michpetrov closed 1 year ago

michpetrov commented 1 year ago

Issue: SET-556

This is mostly intended to be used after we get the list of all issues in a payload, so we can find out which are new. The search API doesn't let us retrieve the changelog (well the API does, the client doesn't have it implemented), so we have to make a separate request.

michpetrov commented 1 year ago

@baranowb rebased

baranowb commented 1 year ago

@michpetrov looks good.