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

Compare with Current View Page History

« Previous Version 2 Next »

The function filters issue list in argument issues, leaving only those ones with resolutions appearing in argument resolutions. Argument resolutions is a comma-separated list of resolution names. If this argument receives an empty string (""), the function will return issues with unset field Resolution.
Syntax
filterByResolution(issue list issues, string resolutions) #Output: Issue list
Examples
Parser expressionDescription
filterByResolution(subtasks(), "Won't Fix, Cancelled") 

The function returns the ISSUE LIST of sub-tasks with resolutions Won't Fix or Cancelled.

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