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

Compare with Current View Page History

« Previous Version 16 Next »

This function returns the value stored in an issue list variable, which was previously created using the setIssueList() function.

Syntax
getIssueList(variableName) #Output: Issue list
Examples
Expression parserDescription
getIssueList("myIssueList")

This example returns the values stored in the variable "myIssueList", e.g.:

["KEY-1", "KEY-2"]

Additional information

Parameters used in this function

ParameterInput (data type)Description
variableName

TEXT

The name of the stored variable.
Output

This function returns an ISSUE LIST

To return the value you must have created the variable before, using the setIssueList() function within the same expression.