Is it possible to report the number of times a status was hit on a project level?

Peter Lee July 13, 2015

Is it possible to report the number of times a status was hit on a project level?

Eg If I have a workflow of say Open/In Progress/Resolved/Passed Retest or Failed Retest/ closed    

And through the life of the project I have 10 issues 2 of which initially fail retest and need to be sent back.

 

Is it possible to see at the end of a project when all issues have been completed and moved to ‘closed’ how many times the ‘Failed Retest’ status was hit during the project?

 

1 answer

0 votes
GabrielleJ
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.
July 14, 2015

Nothing out of the box, you can accomplish this in many ways, 2 of which are:

 

1.) Create a custom field that increments for every transition on the desired status. You can hide this field on view screen but the value will still be there.

2.) Get the ticket history (via the JIRA API) and parse the result. I will use JIRACLI tool for this one.

Suggest an answer

Log in or Sign up to answer