Add UPDATE_DATE To WebAPI Filter Parameters

Yes, the API endpoints. I want to create a feed to go to an offline logger that collects the latest changelog entries.

For auditing, if I were to want to audit the changelog for changes in the last few days, I would have to first get the issues collection. Unfortunately, I can only retrieve by createdDate and not by the updateDate.

Ideally, I could sort the issues by updateDate (asc=false) and then go grab the related changelogs.

There’s just a few parameters missing to achieve this. Unless there’s another way…

For HotSpots, there is an Activity section which provides some insights. For Issues, this isn’t the case. In addition, if both areas were able to provide complete before/after change history that could suffice as a work around. The API driving this would support my need, as well.