Status
Tech review

Style guide




Short description
Filters issue list in argument issues, leaving only those ones with resolutions appearing in argument resolutions.
Output

Available since




This 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.


filterByResolution(issue list issues, string resolutions) #Output: Issue list



Parser expressionDescription


filterByResolution(subtasks(), "Won't Fix, Cancelled") 


This example returns theĀ issue list of sub-tasks with resolutions Won't Fix or Cancelled.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns an