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
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.
This can be also displayed as a heatmap or charts of various types.
To achieve the above, the gadget should be configured like this:
And you can choose to split the data by multiple fields, such as project or epic.
Danut.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.