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

Compare with Current View Page History

« Previous Version 5 Next »

Filters issue list in argument issues, leaving only those ones in projects with the category in project_categories.
Argument project_categories is a comma-separated list of project category names.
Syntax
filterByProjectCategory(issue list issues, text project_categories) #Output: Issue list 
Examples
Parser expressionDescription
filterByProjectCategory(linkedIssues(), "Development, Production") 

The function returns the ISSUE LIST of linked issues belonging to projects in categories keys Development or Production.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns an ISSUE LIST