TFS reports on daily basis
My team is using TFS 2008 and Conchango template for Scrum. We use the Sprint burndown chart, sprint view and sprint task board reports to track the status of tasks on daily basis. The burndown chart and sprint view are also shown on a LCD TV screen. These reports are manualy exported daily as PDF fil开发者_运维问答es.
Is there any utility which can pull the reports daily at scheduled interval and export them as pdf?
If the reports are available in the report server, all you need to do is create a subscription.
- Go to the report server (e.g.
http://tfs/reports
) - Find your report and click on it to run it once.
- Click on the "Subscriptions" tab.
Fill out the details, and you should be good to go.
If the reports are only available in the VS IDE, you might need to re-create them in SSRS.
精彩评论