Closed
Bug 306063
Opened 20 years ago
Closed 17 years ago
Group CC Needed
Categories
(Bugzilla :: Email Notifications, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 359251
People
(Reporter: kbenton, Unassigned)
References
(Blocks 1 open bug)
Details
We need the following table:
group_cc (
bug_id mediumint not null,
group_id mediumint not null
) primary key (bug_id, group_id);
This would allow us to add an entire group to the CC list (without adding
individual emails) so that as the group changes, the list of recipients changes
automatically as well.
Simultaneously, when this is created, we also ought to add an initialgroupcclist
field to bugs so that group CC's can be assigned as bugs are opened.
Comment 1•20 years ago
|
||
I think this would be useful not just for CC but for any userid fields
(assigned_to, qa_contact, etc.).
Comment 2•20 years ago
|
||
Agreed, it would be nice to be able to specify a group in any field that could
contain a user.
Severity: normal → enhancement
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → 2.21
Reporter | ||
Comment 3•20 years ago
|
||
I think I figured out a way that this could be implemented without adding yet another table - rather than creating a group cc table, it seems that adding a boolean where appropriate would allow us to specify whether or not a user pointer is pointing to a userid or a groupid (i.e. assigned_to_is_a_group, qa_contact_is_a_group, or on the CC, id_pointer_is_a_group ...)
I believe this would give us the greatest flexibilty in handling user / group assignments and make it as seamless as possible.
Comment 4•20 years ago
|
||
*** Bug 322696 has been marked as a duplicate of this bug. ***
Comment 5•19 years ago
|
||
Bug 359251 has a wider scope, so either it will fix this bug or will be a tracking bug for this one.
Blocks: 359251
Reporter | ||
Comment 6•17 years ago
|
||
Bug 359251 is a much more elegant solution to this problem and should be tracked there from this point forward. Marking this bug as a duplicate of that one.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•