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

Compare with Current View Page History

« Previous Version 3 Next »

the function returns an ISSUE LIST 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.

Syntax
getIssuesFromProjects(text projects) #Output: Issue list
Examples
Parser expressionDescription
getIssuesFromProjects("CRM, HT")

The function returns an ISSUE LIST 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

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns an ISSUE LIST