Description of problem: There should be a way to reset the hit count, or show the number of hits since the last rule change. Version-Release number of selected component (if applicable): 4.4.5025 How reproducible: always Steps to Reproduce: 1. Change a rule 2. Look at the Rules Engine main page Actual results: You can only see the number of hits per rule Expected results: There should be way to see if a change to a rule is hitting bugs since it changed.
After a discussion with Jason what we decided on doing was creating two hit counter columns. Hits total. Hits since last change.
(In reply to Simon Green from comment #0) > Description of problem: > There should be a way to reset the hit count, or show the number of hits > since the last rule change. @Ludek: For the moment, we have chosen to implement the latter option. If you would like us to provide a way to reset the hit count on demand independently of editing a rule, please file an additional RFE.
Verified on QA environment(bzweb01-qe) with version(4.4.6027-2) Result: Pass Steps: 1. Check the default value of field "Since Change" is 0 in rule engine main page 2. Update a rule rule_1 and let it could hit 10 bugs, check the "Since Change" changed to 10. 3. Create a bug that could match rule rule_1, check the "Since Change" changed to 11. 4. Update rule_1 to let it could match 5 bugs(add this 5 bugs to queue), check the "Since Change" changed to 5. 5. Create a bug that could match the updated rule_1, check the "Since Change" changed to 6.