Task #846
closedAdd users to cc list as part of upstream/downstream automation
100%
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.
Updated by mhrivnak over 9 years ago
- Description updated (diff)
- Tags Groomed added
Updated by bmbouter over 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Added by bmbouter over 9 years ago
Updated by bmbouter over 9 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset packaging:533a6ee672f323660a3a9781ad57e4be7d50af0f.
Updated by bmbouter over 9 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
This is already pushed to production Jenkins so I'm moving to CLOSED.
Updated by bmbouter over 9 years ago
- Sprint Candidate set to Yes
- Tags deleted (
Sprint Candidate)
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