Email notification on delivery of changes
I was wondering if there was any chance an email notification can be setup when a user delivers something to the component. Yes I know there is email nofication on work items but wasn't seeing a way a user can subscribe to a component to be notified when changes happen either by someone delivering a changeset or a baseline.
jeff
2 answers
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/214598
Email notification on delivery isn't currently supported. The work item above is asking for something similar. Although, this kind of functionality can be implemented as a follow-up action (operation participant). You can read more about how to create a custom participant in this article: https://jazz.net/library/article/758
You could try to extend the advisor as described by Ralph Schoon in his excellent blog posting on Restrict Delivery of Changesets Associated to Wrong Work Item Types Advisor You would need to modify the code shown in this blog post so that instead of checking the work item types associated with a changeset, you would just find out the components associated with a changeset.
That being said, I'm not sure about how you would control the email distribution list for the people associated with each component.
Comments
Jeff Foege
Feb 14 '13, 8:39 a.m.Tim Mok
JAZZ DEVELOPER Feb 14 '13, 9:48 a.m.