defect density,
defect leakage
,Error Discovery Rate ,
Defect Fix Rate ,
Defect Removal Efficiency
To give you a precise answer, more information is necessary. Usually, defect leakage is defined by dividing the number of defects found by end-users by the number of defects found in QA. How are both of these metrics defined in your environment? Separate issue types, statuses, projects?
An example as a calculated measure with separate issue types could look similar to the one below:
CASE WHEN ([Issue Type].[Defect],[Measures].[Issues created]) > 0 THEN ([Issue Type].[Bug],[Measures].[Issues created]) / ([Issue Type].[Defect],[Measures].[Issues created]) END
Where defects found by end-users are registered as Bugs, but defects found in QA registered as Defects. Please have a look at an example below where you can see the leakage across several Fix Versions:
See the eazyBI documentation for more information on defining calculated measures - https://docs.eazybi.com/eazybijira/analyze-and-visualize/calculated-measures-and-members.
Best,
Roberts // support@eazybi.com
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.