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

Compare with Current View Page History

« Previous Version 7 Next »

This function returns a number list with results of the given calculation performed for each issue in the specified issue where ^ is used to reference the fields of the seed issue.

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})

This 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
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a NUMBER LIST

If you only want to retrieve a specific field value from the given issues without any calculations, you might want to use the function fieldValue().