| Summary: | Always be notified about bug based on product or component | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Kevin Fenzi <kevin> |
| Component: | Email Notifications | Assignee: | Simon Green <sgreen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4 | CC: | ebaak, jmcdonal, rjoost |
| Target Milestone: | 4.4 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.4.1010 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-03 23:33:07 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: | |
|
Description
Kevin Fenzi
2013-09-02 16:42:45 UTC
Just for clarification, you want to receive an e-mail when product = 'Fedora' and component = 'Package Review'? What e-mails the user receives will be based on the user's preference for the 'Other' column in their e-mail preference screen. https://bugzilla.redhat.com/userprefs.cgi?tab=email (In reply to Simon Green from comment #1) > Just for clarification, you want to receive an e-mail when product = > 'Fedora' and component = 'Package Review'? Yes. Also "Fedora EPEL" and component "Package Review". > What e-mails the user receives will be based on the user's preference for > the 'Other' column in their e-mail preference screen. > https://bugzilla.redhat.com/userprefs.cgi?tab=email Yeah, but there has to first be some relationship right? assigned, cc, etc. We use InitialCC for this component, but users can simply remove package-review from the cc list. (In reply to Kevin Fenzi from comment #2) > Yeah, but there has to first be some relationship right? assigned, cc, etc. > We use InitialCC for this component, but users can simply remove > package-review from the cc list. The user will have a custom relationship with these bugs, which will be covered under the 'Other' column in the e-mail preferences. That would be great then. FYI: Here is the config file we are using. Let me know if it is wrong.
always_cc:
- product: [ Fedora, Fedora EPEL ]
component: [ Package Review ]
email: [ package-review.org ]
That looks ideal to me. ;) Would this only affect new bugs as they are filed? Or would it also take effect for all existing ones that already have been filed? (In reply to Kevin Fenzi from comment #7) > That looks ideal to me. ;) > > Would this only affect new bugs as they are filed? > > Or would it also take effect for all existing ones that already have been > filed? New bugs, and all existing bugs in the specified products and component. 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. -- simon |