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

Compare with Current View Page History

« Previous Version 4 Next »

This 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"])

This example 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
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a ISSUE LIST