Status
Tech review

Style guide




Short description

Returns the  of epics under where those issues with keys in issue_keys are. If some of those issues are sub-tasks, the epic of their parent is returned.

Output




The function filters in argument issues, leaving only those issue types appearing in argument issue_types. Argument issue_types is a comma-separated list of issue type names.


filterByIssueType(issue list issues, text issue_types) #Output: Issue list



Parser expressionDescription


filterByIssueType(subtasks(), "Bug, Improvement, New Feature")


The function returns the of sub-tasks with issue types Bug, Improvement or New Feature.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns an