This function returns the list of sub-tasks of the current issue.
subtasks() #Output: Issue list
Variant where you can specify multiple parent issues as an issue list.
subtasks(issueList) #Output: Issue list
Variant where you can specify multiple parent issues as a comma separated list of issue keys.
subtasks(issueKeys) #Output: Issue list