This function returns an issue list containing the children issues located in the level just under current issue according to Advanced Roadmaps hierarchy.
Advanced Roadmaps hierarchy includes:
- Issues linked by Parent Link custom field.
- Issues linked by Epic-Story link.
- Subtasks in the lowest level of the hierarchy. Subtasks under issues in intermediate levels of the hierarchy are not considered to belong to Advanced Roadmaps hierarchy.
Example:
issuesUnder() #Output: Issue list
Variant where you additionally define issues.
Duplicated issues are filtered from the output.
issuesUnder(issueList) #Output: Issue list
Variant where you define issue keys instead.
issuesUnder(issueKeys) #Output: Issue list
Function allIssuesUnder() can be used for retrieving all children issues in any level below the given issues.