Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

mail notification in work item by status

i have a requirement in which i want to send a mail to the creator of the work item when status of the work item will be approved with some text.

0 votes



One answer

Permanent link
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.

0 votes

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.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,029

Question asked: Jan 22 '16, 12:44 a.m.

Question was seen: 1,889 times

Last updated: Jan 22 '16, 7:22 a.m.

Confirmation Cancel Confirm