Defect #9188
closedRelations are not included in the response on the REST api call GetIssues
0%
Description
Is seems that the GetIssues call does not send the relations in the reply.
When trying to send this:
http://www.redmine.org/issues.xml?limit=2&project_id=redmine&offset=0&include=relations&key=
I do not get any relations back in the reply.
See the attached XML file for the response.
Many thanks to "Alexey Skorokhodov" for assistance.
Files
Updated by Etienne Massip about 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
include=relations
is meant to work when querying a specific issue, e.g. http://demo.redmine.org/projects/frezcrcr/issues/3241.xml?limit=2&include=relations
- Don't take
www.redmine.org
as an example since it is not guaranteed to be up to the latest stable version, usedemo.redmine.org
instead
- Finally, you should report this issue on Redmine Java API tracker, this tracker is for Redmine core bugs and feature requests only
Updated by John Karman about 13 years ago
Oh, I must have misunderstood the API then...
I have already before filing this report, actually filed a report to the Java-Api and the owner there concluded that this was an error in Redmine, see:
http://code.google.com/p/redmine-java-api/issues/detail?id=79
If this is not supported, could we perhaps change this issue to be a feture request instead then instead of closing it?
or should I make a new issue about that?
Thanks for the really fast reply!
Updated by Etienne Massip about 13 years ago
John Karman wrote:
If this is not supported, could we perhaps change this issue to be a feture request instead then instead of closing it?
or should I make a new issue about that?
Yes, for clarity, I would prefer that you fill a new Feature Request in, thanks.