Forums | Users |
Search | Signup | Login

Bad Request, No Donut

Subscribe to Bad Request, No Donut 2 post(s), 1 voice

 
Avatar cheesegrits 51 post(s)

Can someone tell me whats wrong with this request data? I’m trying to create a new ticket. I had the same code working in Joomla, using JSON, now I’m doing some back porting into vBulletin, using XML.

Unfuddle is telling me “400 Bad Request”. Unfortunately, no actual errors in the content of the 400 response.

<?xml version="1.0" encoding="UTF-8"?>
 <ticket>
     <assignee-id type="integer">8861</assignee-id>
     <component-id type="integer">9397</component-id>
     <description><![CDATA[Some random test text.]]></description>
     <milestone-id type="integer">0</milestone-id>
     <priority>3</priority>
     <severity-id type="integer">11903</severity-id>
     <status>new</status>
     <summary><![CDATA[A test title]]></summary>
     <version-id type="integer">12890</version-id>
 </ticket>
-- hugh
 
Avatar cheesegrits 51 post(s)

Pilot Error.

An old config value had crept in, and my assignee-id didn’t exist.

Would have been nice to get some feedback in the response, though!

-- hugh