Calculate the Sum of Fields from Multiple Sub-tasks
Overview
This script sums up the values of several customs fields across all sub-tasks, displaying the result in the parent issue.
Example
I work on a large project with multiple colleagues working in different areas. I need to keep track of the total time spent on an issue. Using this script, I can display the sum of all sub-task time tracking fields on the parent issue.
Good to Know
- (Server) Use 'Number Field' as the template for the custom script field and 'Number Range' as the searcher.
- (Cloud) The custom field is created as the 'Number Field' and the script is added ...