Status
Tech review

Style guide




Short description

Returns the number or text list of values stored in the argument field in those issues in the argument issues.

Output




This function returns the number list of values stored in the argument field in those issues in the argument issues.

The argument field has format {nnnnn}. The number of values in output is the number of issues in argument issues with field set.


fieldValue(numeric field field, issue list issues) #Output: Number list



Parser expressionDescription


fieldValue({00012}, subtasks())


This example returns the number list of Due Dates of sub-tasks.

{00012} is code for the numeric value of Due date.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns a




This function returns the text list stored in argument field in those issues in the argument issues.

Argument field has format %{nnnnn}, or %{nnnnn.i} for cascading select fields. The number of values in output is the number of issues in argument issues with field set, except for multi-valued fields, for which a value is returned for each selected value in the field.

Multi-valued fields are fields of types: Multi-Select, Checkboxes, Components, Versions, Multi-User Picker, Multi-Group Picker, Issue Pickers, Attachments, and Labels.


fieldValue(string field field, issue list issues) #Output: Text list



Parser expressionDescription


fieldValue(%{00006}, subtasks()) 


This example returns the text list of reporter users of sub-tasks.

 %{00006} is field code for Reporter.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.
xxx

Parameter description.



This function returns a