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

Compare with Current View Page History

« Previous Version 6 Next »

This function 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") 

This example 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
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST