Sorry, not sure if this is the right place to ask this question, but we hope to get some help.
If we have an issue, how do we grab the subtasks that belong to that issue?
We tried this:
for r in i.children.manager.filter(issue_id = i.id):
print(r)
and got this error:
RuntimeError: maximum recursion depth exceeded
If this is not the right place, hope you can direct me, thank you.
The text was updated successfully, but these errors were encountered:
Sorry for the late response. This is a right place to ask, so no worries. I'm able to reproduce this error here too, so this seems to be a bug somewhere in the code. I'll try to fix it as soon as possible.
Sorry, not sure if this is the right place to ask this question, but we hope to get some help.
If we have an issue, how do we grab the subtasks that belong to that issue?
We tried this:
for r in i.children.manager.filter(issue_id = i.id):
print(r)
and got this error:
RuntimeError: maximum recursion depth exceeded
If this is not the right place, hope you can direct me, thank you.
The text was updated successfully, but these errors were encountered: