JIra report to shows number of points, by each person, for a given closed sprint

Ron Jacob January 21, 2018

I am looking on how to create report/JQL query to  shows number of points, by each person, for a given closed sprint

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 2, 2018

Hi Ron,

Take a look at the discussion in the Communities post I need to see the total story points per user in the sprint. Here's one way you can do this based on a post from one user:

  project = XXXX AND status = Closed AND Sprint = 1234 ORDER BY assignee ASC

You can then export that report to Excel and sum by developer.  You may be interested in this 3rd party plugin: sumUp. This plugin allows for summarizing values in fields, given a particular filter. 

Hopefully this helps.

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer