Actions
Feature #40450
openAdd API-Request for fetching Journals which has changed since a certain date/time
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
We want to synchronize the redmine issues with our internal system.
For this purpose, we need a feature to fetch changed journal entries of an issue.
Editing a journal entry doesn't change the updated_on field of the issue.
Therefore, we would like to have a GET call like:
https://domain.com/journals.json?updated_on=%3E%3D2024-03-25T07%3A24%3A03Z
Currently, the journals endpoint only supports updates, but no GET requests.
Related issues
Actions