I've been using the witadmin to delete specific workitems like this:

witadmin destroywi /collection:CollectionURL /id:id

Now I have the task to create a program that will search throu all the active workitems in our collection every day, and to delete those that have a title of "delete me".

How can I query those and then delete them in the most efficent way?

Thanks

link|improve this question

77% accept rate
1  
Just wondering why you are needing to destroy so many work items? Typically work items are closed with a suitable reason (such as Fixed, Duplicate, Accidentally Created etc) rather than destroyed – Martin Woodward Mar 28 '11 at 20:45
I agree with @Martin Woodward - you shouldn't be destroying these. We very rarely destroy workitems, instead, consider creating a valid reason code, and just close them. – Robaticus Mar 28 '11 at 21:07
The main reason to why we are deleting some of our workitems is beacuse they are tests, so other integrated applications can try against, they are not relevant for our tfs enviroment. It's not that common, we might delete 2-3 a week, but it would be nice not to do it manually – Fore Mar 29 '11 at 6:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.