Status
Tech review

Style guide




Short description

Returns all issues which are directly under a specific epic.

Output

Available since




This function returns an issue list containing issues which are directly under the current issue's epic (i.e., stories are included in the output, but their sub-tasks are not). 

The current issue will be included in the output, except if it is an epic itself. 

Duplicated issues are filtered from the output.


issuesUnderEpic() #Output: Issue list




Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns an




This function returns an issue list containing issues which are directly under the epic of issues in argument issues. Duplicated issues are filtered from the output.


issuesUnderEpic(issueList issues) #Output: Issue list



Parser expressionDescription


issuesUnderEpic(linkedIssues("is blocked by")) 


This example returns the issue list of issues directly under epics of issues blocking current issue.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns an




Variant where you define issue_keys instead of issues.

Argument issue_keys is a comma-separated list of issue keys. Duplicated issues are filtered from the output.


issuesUnderEpic(text issue_keys) #Output: Issue list



Parser expressionDescription


 issuesUnderEpic("CRM-15, HD-21")


This example returns the issue list of issues directly under epics of issues with keys CRN-15 and HD-21.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns an