Status
Tech review

Style guide




Short description

Returns the  of values stored in the argument field in those issues in the argument issues.

Output




The function returns the  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())


The function returns the 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
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a




The function returns the 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(text field field, issue list issues) #Output: Text list



Parser expressionDescription


fieldValue(%{00006}, subtasks()) 


The function returns the of reporter users of sub-tasks.

 %{00006} is field code for Reporter.



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a