How to define an email notification when a Work Item is changing of State
Hello,
I'm using CLM-RTC 6.0.2.
I have a question around the workflow definition.
I understand how to set up a workflow
Now I would like to have someone notified with an email when a state change to a certain value for a certain workitem type.
(i.e. from new to investigate for a Defect).
Is it possible?
In addition, I have the same question but send a notification for the people have the same role or in the same team.
Thank you in advance
Pascal Jean
Accepted answer
One other answer
There is the standard e-mail notification that a user can configure for subscribed work items. There is no built in capability that would simply allow to configure the workflow to do what you ask for.
It is possible to create Java based extensions to do this however. An example is https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/ and it would be possible to do this in a follow up action as well. An entry point https://rsjazz.wordpress.com/2016/07/15/build-on-state-change-work-item-save-participant/ .
PS: RTC has numerous mechanisms built in (e.g. atom feeds) to avoid spamming the users, so that e-mail can actually be avoided.