mail notification in work item by status
One answer
See Due Date Notifier – an Asynchronous Task Example . You could also use a work item save server participant as described in the Rational Team Concert Extensions Workshop and send the mail after you detect the need after the save.
Comments
Hi Ralph,
Thanks for your response
I am following this mail notification document. I want to apply a If-else condition in that mail will suite to the Creator or lets say every body but only in approved state. i am working on mail templates. can we write a code there and do it.
#if($workItem.state == "Approved")
State: ${workItem.state}
#else
Use the Search functionality in your Eclipse client with the RTC SDK set up and search for MailTemplate and try to find out how that works. I have no code for that. I would also suggest to get it working without a template first.