Skip to end of banner
Go to start of banner

Jira Hierarchy & Advanced Roadmap

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

ParentsOfIssuesInQuery

For a given JQL subquery, it finds parents of resulting issues. It supports a standard Jira Hierarchy Epic → Story → Subtask.

Examples:

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

ChildrenOfIssuesInQuery

For a given JQL subquery, it finds children of resulting issues. It supports a standard Jira hierarchy Epic → Story → Subtask.

Examples:

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

  • No labels