Status
Tech review

Style guide




Short description

Returns an  with all issues of projects in argument projects. Argument projects is a string containing a comma-separated list of project keys or project names.

Output




the function returns an  with all issues of projects in argument projects.

Argument projects is a string containing a comma-separated list of project keys or project names.


Using issuesFromJQL() for retrieving and filtering issues will make your expression run much faster.


getIssuesFromProjects(text projects) #Output: Issue list



Parser expressionDescription


getIssuesFromProjects("CRM, HT")


The function returns an of all issues in project CRM and HT.

This function can make your expression run slowly due to the high number of issues retrieved and needing to be filtered




Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns an