I am trying to create a count function that counts the number of ECRs for which atleast one work item was given a 'Rework' vote, that way I can count how many ECRs were reworked atleast once and then divide that by total ECRs.
first pass yield = 1- (ECRs reworked atleast once/Total number of ECRs)
The problem I am facing is because the ECR is linked to work item as a PBO, the counts of ECRs is including each work item of a given ECR where the Rework vote was given.
Also, calculating this ratio seems almost impossible.
Do we need to just download the data and do the calculation in an external tool?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.