1
vote
2answers
52 views
Feature Request: Automatically detect duplicate emails with the same subject
It would be nice if FogBugz could detect duplicate emails by subject and combine them into a single case. This could be enabled/disabled at the Mailbox level.
Two reasons:
Enab …
0
votes
1answer
24 views
Separating bugzscout tickets by project
We've built a stand alone component for submitting error from ExtJS and .Net MVC to FogBugz using BugzScout. This component is shared across a number of different projects.
Curre …
3
votes
1answer
65 views
Feature Request: Allow case # to be returned in the XML / friendly message in scoutsubmit
If a user emails FB they get a ticket (which contains the case number) in a receipt email.
But if they log via scoutsubmit there is no ability to tell them what their ticket (or, …
1
vote
1answer
57 views
Vertical Scroll Bars In Code Snippets
I'm using BugzScout for automated error reporting from our website, and populating the extra field with a lot of the defined error fields. Some of these can take up a lot of vertic …
8
votes
1answer
6k views
BugzScout to Capture Errors
How can I use FogBugz to automatically capture error messages from my software?
11
votes
1answer
144 views
Feature-request: Add BugzScout support for multiple correspondents per case
We use BugzScout to report bugs to FogBugz. We also provide the sCustomerEmail field so we can keep track of which customer(s) are having this problem. However, this causes problem …
1
vote
2answers
51 views
Ruby Bugzscout library
Is there a BugzScout wrapper library for Ruby?
11
votes
1answer
133 views
Can I set other fields (computer and version, or custom fields) when I submit a crash with BugzScout?
I am using BugzScout to submit crash reports automatically. Can I set the Version field from my submission? I'm including it in the description so it attaches to the right case, bu …
7
votes
2answers
697 views
Feature Request: Ability to attach a file via Bugzscout
Is it possible to attach file via Bugzscout? I'd like to upload log file when sending report, and I would like to avoid using XML API for this (and hardcoding passwords to applicat …
5
votes
1answer
72 views
Feature Request: Add ability for BugzScout to submit HTML
I am setting up BugzScout to report unexpected issues with our software. I've been able to get it configured to do everything we need. The only issue I've run into is that when I p …
1
vote
1answer
97 views
BugzScout and FogBugz API Incorrectly Change Area on Occurrences
I'm using BugzScout and the FogBugz API to log application errors in our sites. In the course of using BugzScout, and tightly managing the areas that application errors fall under, …
4
votes
3answers
157 views
Bugzscout and cross site scripting (XSS)
I'm trying to build bugzscout into my JavaScript app so it can report errors when it encounters them. I'm currently opening a hidden iframe, programatically filling in the fields a …
0
votes
1answer
156 views
Using FogBugz API without logging in.
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 …
2
votes
1answer
61 views
Feature Request: set tags in bugzscout submissions
I would like to be able to open a case via BugzScout and set tags on the case.
Case FC2029420
2
votes
1answer
138 views
Is there BugzScoutDotNet.dll for .NET 4.0?
Is there a version of BugzScout for .NET 4.0.?
I get an error when trying to reference the current dll version in my app that complains that System.Web is not available in .NET 4. …