We use BugzScout API to report a bug in FogBugz. However, we faced the issue related to the fact that the correspondent field is overwritten when a new occurrence of the same issue is registered by a new customer.
For instance a new case was created with sScoutDescription:"Error#1" and sCustomerEmail:"betty@xxx.yyy". If another customer sends the same bug report with sScoutDescription:"Error#1" and sCustomerEmail:"johny@xxx.yyy" the created case will be updated but the correspondent email will be overwritten. So the case is not associated to the first customer anymore. It's not we expected.
We tried to search for the cases by a specified scout description in order to get old correspondent emails. But there is no a corresponding search axis. So it's impossible to search the cases this way.
Is there any proper solution for the issue I described?