I am trying to set the dtDue field using the XML api and it does not seem to be working (no change is applied). I am running a script against FogBugz Version 8.2.22H (DB 771, Build 2).
I tried encoding the values being set but it made no difference. I was able to update other fields such as project and priority without a problem.
Here's a sample query (I am trying to set the due date 24hrs after the opened date):
api.asp?cmd=updateCase&token=[Not Shown]&ixBug=2752&dtDue=2010-12-12T17%3A08%3A44Z
api.asp?cmd=updateCase&token=[Not Shown]&ixBug=2752&dtDue=2010-12-12T17:08:44Z
In both cases response comes back as
<response/>
Thank you in advance for your help.