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 the 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") 

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

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST