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

Compare with Current View Page History

« Previous Version 6 Next »

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.

Syntax
fieldValue(numeric field field, issue list issues) #Output: Number list
Examples
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.

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER LIST


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.

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

This example 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
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER LIST