You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The 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.

Syntax
fieldValue(numeric field field, issue list issues) #Output: Number list
Examples
Parser expressionDescription
fieldValue({00012}, subtasks())

The function returns the NUMBER LIST of Due Dates of sub-tasks.

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

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST


The 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.

Syntax
fieldValue(text field field, issue list issues) #Output: Text list
Examples
Parser expressionDescription
fieldValue(%{00006}, subtasks()) 

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

 %{00006} is field code for Reporter.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST