Project

General

Profile

Actions

Defect #15780

closed

Filter issues by date time (instead of only date) in REST API

Added by Holger Schmidt over 10 years ago. Updated over 10 years ago.

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

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

I'd expect the date filters in the issue REST API to work with date time values as well as with dates.
I wanted to filter for issues updated after a specific time. Using the date time filter

unencoded:   updated_on=>=2013-12-29T17:17:33
URL-encoded: updated_on=%3e%3d2013-12-29 17%3a17%3a33

in the ISO 8601 format yields the same internal server error as using the date time format used for the updated_on node returned by another successful query:
<updated_on>Sun Jan 03 12:08:41 +0100 2010</updated_on>

Related issues:

Related issues

Related to Redmine - Feature #8842: REST API: Filter issues created/updated before or after specific timestampClosedJean-Philippe Lang2011-07-18

Actions
Related to Redmine - Feature #10402: get server activity through REST APINew

Actions
Actions #1

Updated by Toshi MARUYAMA over 10 years ago

  • Related to Feature #8842: REST API: Filter issues created/updated before or after specific timestamp added
Actions #2

Updated by Toshi MARUYAMA over 10 years ago

  • Related to Feature #10402: get server activity through REST API added
Actions #3

Updated by Jean-Philippe Lang over 10 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Same as #8842, implemented for 2.5.0.

Actions

Also available in: Atom PDF