Project

General

Profile

get subtasks with REST API

Added by Marco Gutsche over 9 years ago

I'm trying to get the sub tasks of an issue with the REST API.

I've found this issue (#5338) that it should be possible.

But for my test query:

https://xxxx/issues/123.xml

I don't get any information about the sub taks of this issue.

Does anybody know how to get the sub tasks via the REST API?
Thank a lot.


Replies (1)

RE: get subtasks with REST API - Added by Marco Gutsche over 9 years ago

Sorry, found the answer myself.
You have to add ?include=children,relations:

https://xxxx/issues/123.xml?include=children
    (1-1/1)