Create JQL script to sum total story points by person who is assigned to the child task
Hi
Project has parent tasks with some story points set. Each task has subtasks with the person who performs activities. One task can have subtasks assigned to the one person only.
To create metrics I would like gather total of story points from parent task depends on person who is assigned to the child issue.
I can create JQL filter like "project = <..> AND assignee = <...> AND resolution = <...>"
But function "linkedIssues(<issue>, <link type>)" does not accept this filter as an argument it accepts single issue only, So I cannot receive list of parent issues by this way.
Could you please advice is it possible to reach my goal using JQL or gadget?