Sum of field value from issues in JQL query

Use case

This use case is appropriate for summing a field value of issues included in a JQL query.


⚒️ 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 expression:

Bash
sum(fieldValue({issue.cfAAAAA},issuesFromJQL("project = DEMO and fieldName is not empty")))

Add the field to the relevant view screens.

Remember: All calculated fields are read-only and cannot be manually updated on a create or edit screen.


📚 Related use cases