Project

General

Profile

Actions

Feature #8842

closed

REST API: Filter issues created/updated before or after specific timestamp

Added by Jens Bäckman almost 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
REST API
Target version:
Start date:
2011-07-18
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

The current REST API allows for simple extraction of issue details and such things. For developing a more advanced client, keeping track of a very large Redmine issue list, it's not really enough. Yes, you can simply fetch the entire issue list, but that's barbaric and evil. So why not implement a new filter, allowing the database do all of the hard work for us?

GET /issues.xml?from=20110507T174311

I'm quite proud of this myself. Doesn't put unneeded stress on the server if an app is fetching the entire issue list every few seconds, and allows smart external tools to skip XML parsing of a huge amount of non-updated issues. The same filter could also be added to projects, versions, relations and so on. Or maybe a combined feed where you would get them all.


Related issues

Related to Redmine - Defect #15780: Filter issues by date time (instead of only date) in REST APIClosed

Actions
Actions

Also available in: Atom PDF