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

Compare with Current View Page History

« Previous Version 2 Next »

On this page

Use case

Sum and multiply field values from fields of a list of issues and display the result on run time.


Configuration


Create a new Calculated Number Field (by JWT) custom field and name it properly.

Providing a description will help you to identify what the custom field does but this step is optional.

Parser expression

Add the following parser expression:

sum(mathOnIssueList(subtasks(), ^{issue.cfAAAAA} * ^{issue.cfBBBBB}))

This expression will multiply the field value obtained from the field related to the field code {issue.cfAAAAA} with the field value obtained from the field related to the field code {issue.cfBBBBB} in every sub-task of the current issue and then sum all these multiplications.

Add the field to the relevant view screens.



If you still have questions, feel free to refer to our support team.