Bug 215506 - Send email to PMC when changing state to awaiting_pmc
Summary: Send email to PMC when changing state to awaiting_pmc
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: IPZilla (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P1 critical (vote)
Target Milestone: ---   Edit
Assignee: Denis Roy CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 11:17 EST by Bjorn Freeman-Benson CLA
Modified: 2008-06-24 13:45 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjorn Freeman-Benson CLA 2008-01-16 11:17:01 EST
When a bug is set to awaiting_pmc from any other state, it should send an email to the PMC mailing list alerting them to this fact.

This should already be happening, but we need to verify that it is and if it is not, fix it quickly.
Comment 1 Denis Roy CLA 2008-01-23 16:27:28 EST
My educated guess is this is not happening, as PMC mailing lists are not defined in IPZilla.  I'll think of ways to make this happen.
Comment 2 Denis Roy CLA 2008-01-23 16:32:50 EST
grrr... When I click "accept and assign" I mean 'assign to me'.
Comment 3 Denis Roy CLA 2008-01-24 14:48:27 EST
This is just about done, just need to roll it to live.  Fix involved adding the three lines below to process_bug.cgi:

if($cgi->param('bug_severity') eq 'awaiting_pmc') {
    push(@ccRemoved, $cgi->param('product') . "-pmc\@eclipse.org");
}

This will 'cc' the -pmc mailing list, without actually adding the mailing list to the CQ cc.

I've also updated the import script to automatically create placeholder IPZilla accounts for the pmc mailing lists (needed to send bug mail), and I updated our mailing list creation script to automatically allow IPZilla email to -pmc lists.
Comment 4 Denis Roy CLA 2008-01-24 15:10:32 EST
Fixed in R2008_01-24
Comment 5 Bjorn Freeman-Benson CLA 2008-04-28 18:05:11 EDT
Guessing this is fixed (no complaints). Closing.
Comment 6 Sharon Corbett CLA 2008-06-19 09:42:25 EDT
Hi Denis:  Reopening this bug as Doug Schaefer advised June 19th on CQ2408 Comment #9 (https://dev.eclipse.org/ipzilla/show_bug.cgi?id=2408#c9) that PMC was not notified of "awaiting pmc" for the related CQ.  Perhaps just a glitch but needs investigation...

Thanks,
Sharon
Comment 7 Denis Roy CLA 2008-06-24 13:45:02 EDT
As it turns out, IPZilla was correctly adding the -pmc list to the cc list for that one notice, but all the -pmc IPZilla user accounts didn't have any email options set.

I have set all the -pmc IPZilla users mail options, and added this to the import script.  My 'send to PMC' action on CQ 1025 indeed went to the technology-pmc list.

https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1025#c7