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


This is a legacy function.

Use issuesFromJQL() instead to greatly reduce the calculation time.


getIssuesFromProjects(projects) #Output: Issue list



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.

The alternative would be: 

issuesFromJQL(project in (CRM, HT))





Parameters used in this function

ParameterInput (data type)Description
projects

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



This function returns an



Use cases and examples



Parser function cloud
Map(question)
Notes

Workaround

Not possible with Jira Expression, but it's possible with our parser function issuesFromJQL().

%{issuesFromJQL("project in ('SGC, CRM')")}







Status
Tech review

Style guide




Short description

Returns all issues from specified projects.

Output

Available since

Label