If JIRA does not like a "create bug" request it will return error 400 Bad Request along with some JSON explaining why the request was bad. Currently all we're displaying is "error 400". We're not displaying the very critical JSON data also returned. The only way to get this info is to take a Fiddler trace while the error is happening and study the trace... a somewhat painful and tedious process.