Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This function returns a text list in result of evaluating textExpression against each of the issues in argument issues.

The parameter textExpression is an expression that returns a text, where references to field values of issues in argument issues are done using the function origin before field code.

e.g., %{function.issue.summary} is field code for Summary in each of the issues in argument issues.


Code Block
languagebash
titleSyntax
linenumberstrue
textOnIssueList(issueList, textExpression) #Output: textText list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
textOnIssueList(subtasks(), %{function.issue.assignee} = %{function.issue.reporter} ? %{function.issue.key} : null)


This example returns the issue keys of sub-tasks with the same reporter and assignee.

To achieve this, the following functions are used;



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
issueList

Status
subtletrue
titleissue list

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks()).
textExpression

Status
subtletrue
titletext

A valid text expression.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext list



Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

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



Page properties
hiddentrue


Short description

Returns a text list in result of evaluating textExpression against each of the issues in argument issues.

Output

Status
subtletrue
titletext list

Available since

Status
subtletrue
colourBlue
title2.2.2

Label