We find that we only wish to log cases in Fogbugz when a first line support person has exhausted a list of 'usual fixes'. We would then like to raise a case for a developer to look at.
This involves a lot of copying and pasting so we'd like to use the API (or equivalent) to pre-fill the case with some really useful standard data from our front line web application.
After some initial research, it looks like we have the following options:
- Enable public submissions and use the API to raise a case via it? Or is the API not an option on public submissions?
- Log-in once to get a token from the api and use this indefinitely to post case via the API?
I'll add some more information for future searchers for the same answer:
BugzScout Question From Here: http://fogbugz.stackexchange.com/questions/315/submit-cases-from-the-field-bugzscout
Fogbugz BugzScout Documentation: http://www.fogcreek.com/FogBugz/docs/70/topics/customers/BugzScout.html
It seems that bugzscout is what I need. The rationale behind not using a dedicated login is that our first line support will be performed by another company so giving them access to fogbugz is considered too much information for them. Information in fogbugz is often sensitive and describes future development so is not something we would want to share with external partners. Our workflow requires that we pick up things that support cannot answer, resolve them and then add to our support FAQ which is on a public FB wiki page.