...
issue in parentsOfIssuesInQuery("project='EXAMPLE' and typeissuetype=story")
finds all parents of stories in project EXAMPLE.issue in parentsOfIssuesInQuery("assignee=currentUser()")
finds parents of all of my issues.
...
...
issue in parentsOfIssuesInQuery("project='EXAMPLE' and typeissuetype=story")
finds all parents of stories in project EXAMPLE.issue in parentsOfIssuesInQuery("assignee=currentUser()")
finds parents of all of my issues.
...