As we work through a story or a task, we add sub-tasks to them to detail the work that is being performed. We estimate those sub-tasks with points. JIRA doesn't use those points to add to the original parent story / task estimate, which skews our reporting for Sprints - if a story had an original estimate of 4 points, but ended up with 10 points of sub-tasks, the reporting won't show that - only the original 4.
The manual solution is simply to add to the original parent estimate every time a sub-task is created within it, but it would be nice to automate this, something like
IF subtask created THEN add subtask's story points to parent task's story points
Looking through the NextGen automation tools, I can only see a way of over-writing the parent task story point field with whatever is entered in the sub-field - not adding (or indeed subtracting should the subtask be deemed unnecessary. Any help much appreciated, even if it's to say "no can do" and I tell the team they have to update manually!
Thanks