Sum of field values from work items in JQL query
Return the sum the values of a specific field from the work items returned by a JQL query.
Configuration
Create a Custom smart number field and use the General parsing mode.
Expression
%{sum(fieldValue({issue.cf10024},
issuesFromJQL("project = DEMO
and 'fieldName' is not empty")))}
Please, replace nnnnn in the above expression with the ID of the Number custom field and fieldName with its name. Additionally, replace the DEMO project key with the corresponding project key of your project
This expression can be customized to limit the work items from which the values are obtained by modifying the JQL query in the issuesFromJQL() parser function.
Format
Default
Used parser functions
The links lead to the JWTC documentation because the parser functions are shared functionalities.