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 a

Status
subtletrue
titletext list
in result of evaluating text_expression against each of the issues in argument issues.

Output

Status
subtletrue
titletext list




UI Text Box
sizemedium
typeinfo

The function returns a

Status
subtletrue
titletext list
in result of evaluating text_expression against each of the issues in argument issues.

Argument text_expression is an expression that returns a text, where references to field values of issues in argument issues are done with a prefix ^ before field code.

e.g., ^%{00000} is field code for Summary in each of the issues in argument issues.


Code Block
languagebash
titleSyntax
linenumberstrue
textOnIssueList(issue list issues, text text_expression) #Output: text list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
textOnIssueList(subtasks(), ^%{00003} = ^%{00006} ? ^%{00015} : null)


The function returns the issue keys of sub-tasks with the same user as a reporter and as an assignee.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns a

Status
subtletrue
titletext list