how to get a report for the amount of Rejects per assignee (bounce back report)?

evyatar or February 3, 2020

hey

our workflow looks something like this

open>in progress>QA>done

(very roughly) 

the 'assignee' filed never changes  during the cycle (dont ask why, u dont want to hear the answer)

i would like to know if there is a way to get a report about the amount of bounce back per person

meaning for each assignee how many issues moved from status QA back to 'open'

thanks!

1 answer

1 accepted

1 vote
Answer accepted
Adrian Stephen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 3, 2020

Hi @evyatar or 

You can create a filter using a JQL similar to this :

status changed from ("QA") to ("Open") by ("Username")

Then create a Two Dimensional gadget on the dashboard and use this filter. 

evyatar or February 4, 2020

thanks the 'by' clause did not work for some reason 

but i got what i needed using 

status changed from ("QA") to ("Open") 

 and some simple excel

thanks a lot! 

Suggest an answer

Log in or Sign up to answer