Added by José Eugênio Gonçalves about 10 years ago
I'm using the redmine REST api to access redmine data. If I try to get a list of sub-tasks of some issue, using http://redmineserver:3000/issues.xml?parent_id=100 the parameter parent_id isn't used and I got all issues. I found a patch in [[https://git.backbone.ws/redmine/redmine/commit/0e1595ad561ab1d534f0d97f745ea555666abf21]], but the files of the patch didn't exists on my server.
I'm using Redmine 2.3.0.
UPDATE: Solved. I Found the right patch on [[http://www.redmine.org/issues/10828]].