RTC Email Notification By Work Item State Changes
Please can anyone point me in the right direction? I want to know if RTC 4.0.3 has Work Item change of state based email notiifcation? So I want for example a specific individual to get e-mail notification when my Work Item State changes from say New ---> Reviewing or In Progress ---> Complete, etc. I will appreciate any lead. Thanks.
3 answers
Hi Paul,
RTC has e-mail notification for work item state change. The users who will receive this notification can be the creator, the owner or the subscriber of the work item.
Also, each user has control of which notification they want to receive. Check this link for more details:
https://jazz.net/wiki/bin/view/Main/SettingMailNotifications
RTC has e-mail notification for work item state change. The users who will receive this notification can be the creator, the owner or the subscriber of the work item.
Also, each user has control of which notification they want to receive. Check this link for more details:
https://jazz.net/wiki/bin/view/Main/SettingMailNotifications
If you want to control who gets email notifications based on state changes, you'll probably have to implement an extension that launches a build definition on a state change. There is a sample of how to do this documented in the RTC Extensions Workshop (Lab2). In your build definition you don't actually need to build anything but you can have an email notification participant that contains the recipient list for that particular build type.