Hi,
When I create a new case, I'd like to be able to prepopulate the due date field. It's easy to prepopulate the title like this:
http://devserver/fogbugz/default.asp?command=new&pg=pgEditBug&sTitle=title
but how do I do the same thing for the due date field? I tried:
http://devserver/fogbugz/default.asp?command=new&pg=pgEditBug&dtDue=2012-10-12T13:00:00Z
but it didn't work. I also tried the URL-encoded version.
Thanks!