It's all about the answers!

Ask a question

Email trigger functions in RTC


Naweed Jaulim (632732) | asked Aug 29 '13, 11:55 a.m.
 Hi,

I need to be able to get RTC to send an email to a mailing group each time a work item matches certain defined values in an attributes.

What would be the easiest way to have this implemented?

I am using RTC 4.0.2 on a windows platform with SQL server backend. Any guidance would be much appreciated

Regards,
Naweed

One answer



permanent link
sam detweiler (12.5k6195201) | answered Aug 29 '13, 12:02 p.m.
you would have to write your own extension to make this happen
currently there is no 'group' support for an email notice. and only the configuration for individual users on selected events. (see the email configuration in the users profile page).

the ugly part of the extension is the configuration. to make it human manageable, you want a UI, so you have to write an 'aspect editor' which contains all the UI operations. this will have to be installed on all the Eclipse client machines where this configuration process is done.
I find this part extremely difficult.  (I HATE UI development)

you 'could' edit the XML source instead, (which is what the Aspect editor would do for you), but the user requires more training, and can make some pretty big impact mistakes.

Sam

Your answer


Register or to post your answer.