I am trying to write a small Relase Notes program with C#. I need to fetch all changesets and related work items belongs to specified project between specified dates.
I tried to use QueryHistory method but i couldn’t find how could i give date filter.
You can set
Then with
you get the changesets you ‘re after.
GetDateVSpecgoes as follows:I use this in one of my own tools, originally I had found the core for this here (a great post by Robaticus)