Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I need to calculate defect density in JIRA. Could anyone please help me with process?
I'm using some back end queries which is more complex. But if this is feasible suing script runner plugin, please try it.
Normally you can use following calculation for defect density
defect density = (No of defects count) / (No of CR count)
Using this you can have defect density for each project or version/release.
If you have script runner plugin, you can use a scripted field for this. You need to write a JQL based on the filter conditions of cyclle time, status/resolution of issues, parse it and calculate the result. You can also display the result on the master ticket (Epic/Story).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the Query too
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.