Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create JQL script to sum total story points by person who is assigned to the child task

Konstantin Prokhorov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 13, 2024

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?

 

 

0 answers

Suggest an answer

Log in or Sign up to answer