This function returns a number list with values of a given field from the given issues.
Syntax
fieldValue(numberField, issueList) #Output: Number list
Variant for text fields.
Syntax
fieldValue(textField, issueList) #Output: Text list
This function always returns a list, even when only a single issue is read. The easiest way to return this single value then, is the usage of first().