Feature #31804
closed
- Status changed from New to Closed
This is an example of a subproject fetched by http://REDMINE_URL/projects.json. As you can see it contains its parent projects id and name. But you are right, the documentation doesn't show it.
{
"id":26,"name":"Events",
"identifier":"events",
"description":"Planning of all events",
"parent:
{
"id":25,
"name":"Marketing"
},
"status":1,
"is_public":false,
"created_on":"2018-06-09T22:27:33Z",
"updated_on":"2018-06-10T07:00:28Z"
}
I think Alexandr Horbatiuk means the reverse: "get the subproject from its parent", as redmine shows in the project web page.
It would be nice to have http://REDMINE_URL/projects/<id>.json?include=subprojects
Also available in: Atom
PDF