I am looking on how to create report/JQL query to shows number of points, by each person, for a given closed sprint
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.