Actions
Feature #9195
openFetch issues associations with issues in /issues query
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-09-06
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I am trying to get all the information from an issue and are actually mostly interested in the relations.
I am building a visualizer for redmine.
In order to be able to get the relations in an effecient manner, it would be nice if
[HOST]/issues.xml?limit=25&project_id=redmine&offset=0&include=relations&key=[YOURKEY]
also returned the relations.
Now I need to thet the full list and then ask the server again for the relations.
Actions