Forums

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

Reports on Rejects Tickets

Joseph Lipshitz
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!
January 14, 2020

Hello All,


I am looking to create 2 reports, one that shows each assignee and how many rejects they have had over a time period or sprint and the other to show how many tickets are rejected more than once over a time period or sprint.

Things to note:

1. Our workflow is about 7 statuses and "rejected" is in the middle of it. We also have about 20 dev that a ticket can be assigned to.

2. For the per person report, I am looking to know who had the rejected status and not who the ticket is currently assigned to.

3. For the per person report, trying to avoid making one report per person, but if that is what we need to do then so be it.

4. If needed, I can take pull the data into excel and manipulate from there, just need the data points to be there.

 

 

 

1 answer

0 votes
John Funk
Community Champion
January 14, 2020

Hi Joseph,

Try something like: 

project = ABC and status changed to rejected during (2020-01-01, 2020-01-31) and assignee was joe.user

That would show the issues changed to rejected during the month of January when the assignee was Joe User. 

To see a grouping in a single report you might could modify the filter for something like:

project = ABC and status changed to rejected during (2020-01-01, 2020-01-31) and assignee was in (joe.user, bill.johnson, yolanda.jones, hector.alvarez)

Obviously, you would put in the name of your devs - but list might be long with 20.

Then create a dashboard and add the Issue Statistics gadget to the dashboard. Use Assignee for the Issue Statistic and be sure to include Resolved issues. That should give you a count by Dev. 

I hope that helps!

Suggest an answer

Log in or Sign up to answer