On this page
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:
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
If you still have questions, feel free to refer to our support team.