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

Compare with Current View Page History

« Previous Version 4 Next »

Returns a NUMBER LIST in a result of evaluating math_time_expression against each of the issues in argument issues.

Argument math_time_expression is a math/time expression, where references to field values of issues in argument issues are done with prefix ^ before field code, e.g., ^{00012} is field code for Due date in each of the issues in argument issues.

Syntax
mathOnIssueList(issue list issues, number math_time_expression) #Output: Number list
Examples
Parser expressionDescription
mathOnIssueList(linkedIssues("is blocked by"), (^{00012} != null ? ^{00012} - ^{00009} : 0) / {HOUR})

The function returns a NUMBER LIST with the number of days from issue creation to the due date for all issues linked using "is blocked by" issue link type.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST