Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

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


UI Text Box
typewarning

This is a legacy function.

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


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


UI Expand
titleExamples


Parser expressionDescription


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


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

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
projects

Status
subtletrue
titletext

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



UI Expand
titleOutput

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



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