Forums

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

how to create report by story point and assignee in selected EPIC in Jira Report

Charles
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!
June 15, 2025

While I have a request to get the reports on the project assignees along with the story points devided with status. how can i achieve this?

For eg: The assignees are Simon, May and Bob. Total tasks are 100 and half 50 are in progress, 25 to do and 25 closed. Simon is leader and have 20 tasks and May/Bob have 35/45 tasks. how to achieve and generate the reports. thanks

2 answers

0 votes
Danut M _StonikByte_
Atlassian Partner
June 17, 2025

Hi @Charles,

Welcome to the Atlassian Community. 

Jira does not provide such a report or gadget that allows you to sum story points for each assignee, divided by project. You could eventually try the Two Dimensional Filter Statistics gadget to display information by number of issues (not by sum of story points).

To create the report in the desired format, you can search for a plugin on the Atlassian Marketplace.

In case you want to try a plugin, our Great Gadgets app offers a Pivot Table & Pivot Chart gadget that allows you to easily generated your report. 

image.png

This can be also displayed as a heatmap or charts of various types.

image.png

image.png

To achieve the above, the gadget should be configured like this:

image.png

 

And you can choose to split the data by multiple fields, such as project or epic.

image.png

Danut. 

 

0 votes
arielei
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 16, 2025

Hey @Charles 

First you need to create a JQL filter like:

Project = "XXX" AND Assignee in (Simon,May,Bob) Order By Assignee

 

This will create a report that you can subscribe to and get an email when you want.

 

From this point you can also create a dashboard using that filter to get many matrixes.   

Suggest an answer

Log in or Sign up to answer