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

Compare with Current View Page History

« Previous Version 5 Next »

This function returns an issue list with all issues of the specified projects.

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

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

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

TEXT

A project key or project name. Several projects can be provided as comma separated list. 
Output

This function returns an ISSUE LIST