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


getIssueList(variableName) #Output: Issue list



Expression parserDescription


getIssueList("myIssueList")


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

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



Parameters used in this function

ParameterInput (data type)Description
variableName

The name of the stored variable.



This function returns an


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



Use cases and examples



Parser function cloud
Map(question)
Notes

Workaround

It would be the same as the one above, but in the variable we would store an issue list.






Status
Tech review

Style guide




Short description

Returns values stored in an issue list variable.

Output

Available since

Label