0

1

I want to be able to create cases via FogBugz API without logging in, just like when someone sends an email and a case is created. Is that possible? I don't want the email approach since it doesn't allow me to specify case fields. Adding the "annonymous user" to the project will do it? Should I use BugzScout?

flag

1 Answer

3

Unfortunately, using the XML API as an anonymous user isn't currently possible.

BugzScout is probably your best bet, but there are some limitations to what it can do.

Another option would be to post all your information to a web service you control and then make use of the XML API via it (i.e., create a web form with all the fields you want, have it submit to your ASP/PHP/Ruby/whatever web app that then uses an XML API token it stores on the server to talk to FogBugz via the XML API). This route gives you full control without exposing an XML API token.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.