Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged

Page properties
hiddentrue
Short descriptionReturns an  Statussubtletruetitleissue 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.Output Statussubtletruetitleissue list UI Text Box
sizemedium
typeinfo

the This function returns an  Statussubtletruetitleissue list with all issues of projects in argument from the specified projects.

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


UI Text Box
typetipwarning

This is a legacy function.

Use issuesFromJQL() instead to greatly reduce the calculation timeUsing issuesFromJQL() for retrieving and filtering issues will make your expression run much faster.


Code Block
languagebash
titleSyntax
linenumberstrue
getIssuesFromProjects(text projects) #Output: Issue list


UI Expand
titleExamples


This example returns an issue list of all issues in project CRM and HT.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
getIssuesFromProjects("CRM, HT")


The function returns an

Status
subtletrue
title
UI Text Box
typenote

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: 

Code Block
languagebash
linenumberstrue
issuesFromJQL(project in (CRM, HT))





UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>projects

Status
subtletrue
titledata typetext

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



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_getissuesfromprojects" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloud
Map(question)
Notes

Workaround

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

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





Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns all issues from specified projects.

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourBlue
title2.1.21

Label