This function returns an issue list containing the children issues located in the level just under current issue according to Advanced Roadmap hierarchy.
Advanced Roadmap hierarchy includes:
- Issues linked by Parent Link custom field.
- Issues linked by Epic-Story link.
- Subtasks in the lowest level of the hierarchy. Subtasks of issues in intermediate levels of the hierarchy are not considered to belong to Advanced Roadmap hierarchy.
Example:
issuesUnderParent() #Output: Issue list
Variant where you additionally define issues.
Duplicated issues are filtered from the output.
issuesUnderEpic(issueList) #Output: Issue list
Variant where you define issue keys instead.
issuesUnderParent(issueKeys) #Output: Issue list
If you want to remove the given issues from the output have a look at siblingIssuesUnderEpic() instead.