1

1

I found this question about BugzScout which makes it sound like exactly what I need, but I can't find any public info about what fields /scoutSubmit.asp actually takes.

I have a hosted account, so I (think?) I don't have access to the files mentioned in the section labelled "How Do I Get This Working With FogBUGZ?" on the page linked from the above question for more info. Even just having access to the scoutsample.html mentioned on that page would more than likely be fine.

flag
ScoutSubmit works with GET and POST. – Michael Pryor Oct 19 2009 at 14:15
Perhaps it's supposed to, but in my experience it doesn't. I used the linked scoutsample.html for testing, and using post I kept getting an error that the username wasn't being set. Simply changing the form to submit via get fixed the problem. – Matthew Scharley Oct 20 2009 at 1:38

1 Answer

0

Here is a link to scoutsample.html.

link|flag
Thanks Peter :) – Matthew Scharley Oct 16 2009 at 15:14
1 
I'd just like to add here since I can't comment anywhere else that despite what is in the form, it needs to be submitted by GET not POST as it says in the form. I've just spent the last hour banging my head against a wall trying to figure out what I was doing wrong. – Matthew Scharley Oct 17 2009 at 1:43
If you're right, then it answers my question too :-( (fogbugz.stackexchange.com/questions/402/…). I hope you're not ;-) – Peter Štibraný Oct 17 2009 at 10:05
@Peter: I am right, but that doesn't mean they can't allow you to post a file as well. GET and POST parameters are able to be mixed together (though, not in a HTML form, unless you encode the GET params into the form's action URL) – Matthew Scharley Oct 17 2009 at 22:31

Your Answer

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