Actions
Task #846
closedAdd users to cc list as part of upstream/downstream automation
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
April 2015
Quarter:
Description
The upstream/downstream automation should be extended to check that all downstream bugs contain specific e-mail addresses in the cc list. If they are not present they should be added.
Deliverables:
Add another step to the module docs at the top explaining this feature
Add a module variable that is the list of e-mail addresses called REQUIRED_CC = ['mhrivnak@redhat.com', 'bbouters@redhat.com']
For all downstream bugs looked at, verify that all members of REQUIRED_CC are on the cc list. If any are not present, add them.
Be sure that the adding of the cc list is done before the commenting feature occurs so that when comments happen the REQUIRED_CC recipients will see the comment.
Actions
Bugzilla-Redmine automation now adds cc users to Bugzilla bugs
See the doc additions in this commit for more details.
closes #846 https://pulp.plan.io/issues/846