Forums

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

Track how many issues have failed in a status

Madhavi Gopavajjula August 8, 2018

I want to track how many times issues have failed in QA status in my project.  How can I do that? 

1 answer

1 vote
Jobin Kuruvilla [Adaptavist]
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.
August 9, 2018

Bit tricky. You need to have a number custom field to capture the number of times and then have a workflow post function to increase it every time the issue fails QA (assuming you have a workflow transition when the issue fails).

Increasing the custom field value can be done using plugins like JIRA Misc Workflow Extensions (as mentioned here) or scripted using a plugin like Scriptrunner.

Madhavi Gopavajjula August 9, 2018

Thank you Jobin.  Need to get this custom field configured. Is it not possible by a JQL query with the existing configuration of fields?

Jobin Kuruvilla [Adaptavist]
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.
August 10, 2018

Not possible with the standard config. You find issues that are failed but not a given number of times.

Suggest an answer

Log in or Sign up to answer