Calculating change in requirements using JRS
I've to generate a report on Requirement stability Index(Requirement Stability Index provides the difference in requirements over releases/iterations) using the following formula:
(Total number of Original Requirements + Cumulative number of requirements changed (till date) + Cumulative number of requirements added (till date) + Cumulative number of requirements deleted (till date)) / (Total number of Original Requirements)
How can we create a report in JRS based on the following?
· Changed requirements
· Added requirements
· Deleted requirements
compared with the previous release? Is there a workaround to create this report?
Thanks!
One answer
In a requirements project, a baseline captures the entire project at a moment in time.
In JRS, in order to use the calculated columns feature, you need to have something stored in an attribute first. I don't see that being the case with what you want to calculate.
But, I think perhaps the comparison of baselines would show the differences between releases.