Daily RTC report to Email
Hello,
We are using RTC.
The team uses RTC for the SCRUM management as well.
We would like to send daily Email for the members showing their "to do" (my work).
Also we would like to send sprint status report / graph.
This is required by Email for the users and should be enable them to see the report without the need to be connected to the server network (from home for example).
Any ideas?
Thanks,
Yaron
We are using RTC.
The team uses RTC for the SCRUM management as well.
We would like to send daily Email for the members showing their "to do" (my work).
Also we would like to send sprint status report / graph.
This is required by Email for the users and should be enable them to see the report without the need to be connected to the server network (from home for example).
Any ideas?
Thanks,
Yaron
2 answers
As far as I can tell, you would have to create an extension for that. I can't tell if it is possible, because I am not sure about rendering the reports and putting images into the e-mail.
There is a team within IBM that write such extensions and provide them as supported for customers for a fee.
Other than that, I have no idea.
There is a team within IBM that write such extensions and provide them as supported for customers for a fee.
Other than that, I have no idea.
If you use Microsoft Outlook how about creating RSS feed in RTC and plug it in Outlook for reading them?
Would that help? I guess you will still face the authentication issue
- Create query for your needs
- In eclipse right click on that query and Subscribe to Query feed
- under "Feeds" in Eclipse get the URL
- For Outlook check http://support.microsoft.com/kb/917125
But looking at your post, you don't want user to login to RTC
If you have queries alone you can have a script which can execute these queries via Perl / OSLC get the output format it to way you want it and use Perl to send email
Does this help?
Would that help? I guess you will still face the authentication issue
- Create query for your needs
- In eclipse right click on that query and Subscribe to Query feed
- under "Feeds" in Eclipse get the URL
- For Outlook check http://support.microsoft.com/kb/917125
But looking at your post, you don't want user to login to RTC
If you have queries alone you can have a script which can execute these queries via Perl / OSLC get the output format it to way you want it and use Perl to send email
Does this help?