Bug 1150387
| Summary: | [RFE] Allow resetting the hit count for Rules Engine rules | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Simon Green <sgreen> |
| Component: | Internal Tools | Assignee: | Matt Tyson 🤬 <mtyson> |
| Internal Tools sub component: | Rules Engine | QA Contact: | tools-bugs <tools-bugs> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | ebaak, jmcdonal, lsmid, mtyson, qgong |
| Version: | 4.4 | ||
| Target Milestone: | 4.4 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.4.6027 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-24 03:11:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Simon Green
2014-10-08 06:56:44 UTC
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. |