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.
Updated by John Karman about 13 years ago
Hmm..I could not add relations myself...
This is linked to
http://www.redmine.org/issues/9188
That was closed as it was not a bug but a feature request.
John Karman, Purple Scout
Updated by Etienne Massip about 13 years ago
- Subject changed from get all the relations as part of the GetIssues call in the REST API to Fetch issues associations with issues in /issues query
Actions