Actions
Defect #14836
closedRedmine does not return issues that are updated if the status is "closed".
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I use the following URL to get all issues updated since Sept 03 2013 (for example)
http://localhost:3000/issues.xml?updated_on=%3E%3D2013-09-03
Unfortunately, if the issue's status is "closed", the issue is not listed in the list of issues returned by this request.
       Updated by Wesley Falcao about 12 years ago
      Updated by Wesley Falcao about 12 years ago
      
    
    - Status changed from New to Resolved
We have to use status_id=*
http://localhost:3000/issues.xml?updated_on=%3E%3D2013-09-03&status_id=*
       Updated by Etienne Massip about 12 years ago
      Updated by Etienne Massip about 12 years ago
      
    
    - Status changed from Resolved to Closed
- Resolution set to Invalid
Actions