2

2

SOme people in our organization are not quite aware of how FB is being used. The scenario is:

  • A person emails our fogbugz account to create a new case and also copies other people on the email.
  • An email response discussion ensues and none of the responses are captured and the person assigned to the inbox now has a chore of cleaning up and mapping incoming emails to a case.

I realize the answer can be of a few forms to work better with the process. However, I have never seen the inbox attendant ever classify an incoming email correctly , nor have I seen it map to a case if the "case: xxx" is missing. Is this possible to add?

I assume plugin can be made for that? (if the subject line matches the text of a case, then add it to that case rather than treat it as a new case)

Has anyone else dealt with this or handled it automagically? (I know how to do it with changing people's behaviors)

Fog Creek Case FC1846634

flag
1 
There is not (yet) a plugin API which addresses mail routing AFAIK. – Arsène von Wyss Feb 3 2010 at 21:32

1 Answer

3

First off, I agree with you that the simplest way around this problem would just be to somehow convince people to originate their emails from within FogBugz. If only changing behavior were easy. ;)

As for the plugin part of your question: No, this is not currently something exposed through the Plugin API. I've filed a feature request for it though, because I think that's definitely something we should be opening up to our customers.

And as a bit of a discussion about the functionality you're looking for, I think it might be a little trickier than it initially appears. I think appending an incoming email to a case based on just the subject line (without something concrete like a case number) is likely to generate a significant number of false positives over time. For example, our customers often send us emails with generic subject lines (e.g. "FogBugz crashed"), and I could see these false positives being not only a pain to correct, but also confusing to people looking at incorrectly matched emails/cases in the meantime. That being said, I think what you're looking for is a really cool idea. The trouble comes down to specifying what exactly is meant by an incoming email "matching" an existing case or email thread. The devil is always in the details I suppose.

link|flag
I agree - there was some hand waving in matching an existing case to a subject line - this is clearly not the only criteria - lots of false positives will occur... – Tim Feb 4 2010 at 17:03
The issue that prompted this was massive use of CCing people on emails with the FB email on the CC list. "Respond to all" made someone's life very busy in FB cleaning up... – Tim Feb 4 2010 at 17:05
1 
Sure. I think this is what the References: Header field in emails is designed for ;) – Alexander Gran Feb 19 2010 at 16:05
I brought this up today with one of the developers at the NYC stop of the World Tour and I think this issue warrants some investigation. If I tell my colleagues to remove the FB email address from their reply, then I lose the rest of the thread. If they keep it on the list, I spend more time maintaining my Inbox than investigating the issues. – LauraM Oct 25 2010 at 21:13

Your Answer

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