How do I get a scheduled export every night
-
Friday, March 02, 2012 9:12 AM
Hi all,
We have a 4rd party web application which we use internally to display bug data to the rest of the company. I need to be able to export my TFS work items on a nightly basis using a scheduler or similar.
Is this possible? Would it be easier to use the API?
Thanks.
All Replies
-
Friday, March 02, 2012 1:54 PM
Check out:
http://tfsintegration.codeplex.com/
And
http://visualstudiogallery.msdn.microsoft.com/f854dd59-8eeb-4673-8d9a-ae012989bfa2
Or dive into the Work Item Tracking API and roll your own adapter:
http://msdn.microsoft.com/en-us/library/bb179850.aspx
My blog: blog.jessehouwing.nl
-
Tuesday, March 06, 2012 2:53 AMModerator
Hi msbaker,
How about the issue now?
Jesse has provided some information in the reply, is there any help of this issue?
If anything is unclear, please free feel to let me know.
Best Regards,
Lily Wu [MSFT]
MSDN Community Support | Feedback to us
-
Saturday, May 05, 2012 6:47 AM
Hi,
using API you can do almost everything you need ;-) If it is easy? that depends on your knowledge of TFS API and the requirements you have. If you just need to export some work items from TFS nightly and import them to a SQL DB, Access or as xml file without UI it would be really very simple ;-)
Regards, saludos
- Edited by Pan ZhangMicrosoft Contingent Staff, Administrator Saturday, May 05, 2012 1:10 PM eliminate ads
- Proposed As Answer by ezien Wednesday, May 09, 2012 12:45 PM

