You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This function filters the issue list 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.

Syntax
filterByIssueType(issue list issues, string issue_types) #Output: Issue list
Examples
Parser expressionDescription
filterByIssueType(subtasks(), "Bug, Improvement, New Feature")

This example returns the list of sub-tasks with issue types Bug, Improvement or New Feature.

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST