Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns the 

Status
subtletrue
titlenumber list
number or text list of values stored in the argument field in those issues in the argument issues.

Output

Status
subtletrue
titlenumber/ text list




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.

UI Text Box
sizemedium
typeinfo

The This function returns the 

Status
subtletrue
title


Code Block
languagebash
titleSyntax
linenumberstrue
fieldValue(numeric field field, issue list issues) #Output: Number list


UI Expand
titleExamples


This example returns the number list of DueDates of sub-tasks.

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

Parser expressionDescription


Code Block
languagebash
linenumberstrue
fieldValue({00012}, subtasks())


The function returns the

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber list




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.

UI Text Box
sizemedium
typeinfo

The This function returns the

Status
subtletrue
title


Code Block
languagebash
titleSyntax
linenumberstrue
fieldValue(textstring field field, issue list issues) #Output: Text list


UI Expand
titleExamples


This example returns the text list of reporterusers of sub-tasks.

 %{00006} is field code for Reporter.

Parser expressionDescription


Code Block
languagebash
linenumberstrue
fieldValue(%{00006}, subtasks()) 


The function returns the

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlenumber list