Hide Forgot
I just found out that when setting "contains any of the strings" in step 2 when creating a rule in BRE, the bug list finds all bugs no matter upper/lower cases, however, the rule would run only on the bugs where the upper/lower cases matches exactly. Is that the correct behaviour? I was trying only in partner bz, not sure if the same happens in the prod. bz as I don't want to enable the rules before review. As an example, see the rule "future_feature" https://partner-bugzilla.redhat.com/page.cgi?id=ruleengine/details/index.html&rule_name=future_feature The bug list: https://partner-bugzilla.redhat.com/buglist.cgi?bug_id=871989%2C917702%2C963674%2C1066833%2C1112368%2C1283134%2C1301760%2C1302910%2C1304426%2C1322167%2C1349852%2C1367886%2C1367949&list_id=6435558 If I set "contains any of the strings" to RFE, the bug list finds bugs with "rfe, RFE, Rfe, etc." If I try to run the rule on these bugs, only the ones with "RFE" would change. Here it works: https://partner-bugzilla.redhat.com/show_bug.cgi?id=1367949 Here it doesn't: https://partner-bugzilla.redhat.com/show_bug.cgi?id=1322167 Another rule to try: https://partner-bugzilla.redhat.com/page.cgi?id=ruleengine/details/index.html&rule_name=rebase Thanks.
QE could reprodue this on QE test server
The following operations should be case insensitive anywordssubstr - contains any of the strings allwordssubstr - contains all of the strings nowordssubstr - contains none of the strings substring - contains the string notsubstring - does not contain the string
Tested on QA environment(5.0.3-rh21) Result: Pass Steps: Now, it will hit bugs which summary including rfe or RFE
Tested on QA environment(4.4.12065-1.el6) Result: Pass Steps: Now, it will hit bugs which summary including rfe or RFE
This change is now live. If there are any issues, do not reopen this bug. Instead, you should create a new bug and reference this bug.