Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get subtasks #31

Closed
tsengs opened this issue May 20, 2014 · 3 comments
Closed

how to get subtasks #31

tsengs opened this issue May 20, 2014 · 3 comments
Assignees
Labels

Comments

@tsengs
Copy link

tsengs commented May 20, 2014

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.

@maxtepkeev maxtepkeev self-assigned this May 23, 2014
@maxtepkeev
Copy link
Owner

Hi!

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.

Thanks for the report.

@maxtepkeev maxtepkeev added bug and removed question labels May 24, 2014
maxtepkeev added a commit that referenced this issue May 27, 2014
@maxtepkeev
Copy link
Owner

Fixed in cb3c8ef

@tsengs
Copy link
Author

tsengs commented May 28, 2014

Thanks a lot!

Max Tepkeev 於 2014-05-27 20:40 寫到:

Fixed in cb3c8ef [1]

Reply to this email directly or view it on GitHub [2].

Links:

[1]
cb3c8ef
[2]
#31 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants