No such API command
The ticket is created but the error code is returned. This occurs on a ticket submission and it worked until we recently upgraded to this version: Version 8.3.42 (DB 778, Build 1)
|
0
|
|
|
|
|
1
|
It's interesting that the FogBugz case is still being created if that error is bring returned, so you may have found a bug in our XML API. Thanks for reporting it! We recently modified the XML API to report an error if the What is the full URL that is being submitted to the FogBugz XML API? Or, at the very least, what is the value for |
||
|
|
|
0
|
Oddly, if I just go to the asp page and feed in the api commands I don't get an error. It's only when I use my little application that the error 27 is generated - specifically when the application checks for errors. Your api doesn't have an error 27 listed. Here is the XML: api.asp?cmd=new&sTitle=test&sPriority=3&sProject=AAA Testing&aArea=Not Spam&ixCatagory=3&sCustomerEmail=22222222@mritechsupport.nasa.gov&sPersonAssignedTo=mritechsupport@nasa.gov&sEvent=Name: Arlene Smith, Phone: 200.400.8335, Project: AAA Testing, Reproduce: test, Occurance: test, Expected: test, Comments: test, Source: &dtDue=3/7/2011 9:14:52 AM&token=tjk6jmnglfbo3b756sach3qa6e4iiD |
||||||
|
|
0
|
The cases are created - I only get the error when the C# code requests back any errors as per the C# code I added above. If I go to the xml.asp and feed in the xml directly I don't get any errors back. I've tested it at least 10 times today. This started happening after we did our latest upgrade. The code works, the ticket gets submitted, then it checks to see if any errors were generated. The nodelist returns with the innerxml text string and the application pops the message even though the ticket is created. |
|||
|
|
0
|
No, logoffURL is the logoff portion of the c# code. Within the code calls string errorTxt = Utility.getProperty("errorHeader"); string errorxml = xml.InnerXml.ToString(); errorTxt += xml.InnerText; Utility.ShowMessageBox(errorTxt); It checks to see if there were any errors - and it will then generate a popup to the user. Thanks. |
|||
|