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 a text 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.

Syntax
textOnIssueList(issue list issues, string text_expression) #Output: text list
Examples
Parser expressionDescription
textOnIssueList(subtasks(), ^%{00003} = ^%{00006} ? ^%{00015} : null)

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

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 TEXT LIST