How do i create automatic Email notifications for a group of email addresses using XML file in Rational Team Concert
2 answers
It is possible to create a custom follow up action or an asynchronous task. It is unclear what how to send a component an e-mail notification, as there is no information stored in the deliverable that could relate to people. It would require some logic to find the users to mail to.
See Due Date Notifier – an Asynchronous Task Example for how to use the mail API and the blog for follow up action examples.
A follow up action can be configured in the process XML. Otherwise it would be possible to read some XML file on the server, I suppose.
See Due Date Notifier – an Asynchronous Task Example for how to use the mail API and the blog for follow up action examples.
A follow up action can be configured in the process XML. Otherwise it would be possible to read some XML file on the server, I suppose.