I am using the method described by Herb Caudill here to import our basic list of bugs from an excel worksheet. Everything works great except for a couple of things that aren't described in his method. 1) I would like to be able to import resolved bugs as resolved and 2) The dates and certain other settings that I am importing don't seem to be "taking" (the dates could be a formatting issue, not sure)
I keep slowly adding properties to the command, but no matter how i set them, here are the symptoms I'm experiencing directly after import.
a) The task always imports as status=active b) fOpen always = 0 c) ixPersonOpenedBy always equals ME d) ixPersonResolvedBy and ixPersonClosedBy always = 0 e) ixStatus always = 1 f) dtResolved and dtClosed are always NULL g) dtOpened is always the current time
Am I trying to set things that can't be set on import or am I missing something in my command? Thanks.