...
issue in childrenOfIssuesInQuery("project='EXAMPLE' and type=Epic")
finds all stories and tasks in project EXAMPLE.issue in childrenOfIssuesInQuery("assignee=currentUser()")
finds children of all of my tickets.
...
...
issue in childrenOfIssuesInQuery("project='EXAMPLE' and type=Epic")
finds all stories and tasks in project EXAMPLE.issue in childrenOfIssuesInQuery("assignee=currentUser()")
finds children of all of my tickets.
...