Actions
Defect #15780
closedFilter issues by date time (instead of only date) in REST API
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
Actions