Bug 462344
| Summary: | Searching for ! CC'ed ... doesn't work | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Chris Ward <cward> |
| Component: | Query/Bug List | Assignee: | Noura El hawary <nelhawar> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.2 | CC: | dkl, nelhawar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-10-06 16:41:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Chris Ward
2008-09-15 15:28:18 UTC
Thanks for reporting this issue problem has been verified, and working currently on a solution. Noura Glad to hear! Thanks for getting right on it. It's important for me to have this functionality for my bug tracking requirements. This is an upstream bug as well. Noura This is not a bug and should instead be done as described below: Thanks Dave Upstream comment as they closed the bug: This is working fine. As described in upstream bug 72977, you cannot use "doesn't contain" as all bugs with 2+ users in the CC list would be returned (because there is at least one other user in the CC list, which would match "doesn't contain"). What you have to do is to use "NOT CC contains foo", which returns the expected list. I tested on b.m.o, which runs 3.2rc1+. |