Status
Tech review

Style guide




Short description

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.

Output

Available since




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.


setIssueList(string variable_name, issue list value) #Output: Issue list



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.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns an