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

Compare with Current View Page History

« Previous Version 2 Next »

The function creates a variable named variable_name for storing an ISSUE LIST, and assigns it a value, which is also returned in order to be used within an expression.

Syntax
setIssueList(text variable_name, issue list value) #Output: Issue list
Examples
Expression parserDescription
setIssueList("myIssueList",["KEY-1","KEY-2"])

The function creates a variable named "myIssueList" and assigns to it the values "KEY-1" and "KEY-2", which will also be returned.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a ISSUE LIST