Why does sending an e-mail assign the case to me?
|
7
4
|
|
|
|
|
5
|
FogBugz does that to prevent two people from sending an email at the same time. Common scenario (such as we have at Fog Creek) is to have a virtual user own the new incoming emails and a support team reply to them as available. Because clicking Reply assigns the case to the composer, it claims the bug so nobody else tries to answer at the same time. |
||||||||
|
|
7
|
This is an utter pain for us as well - often when a case comes in you want to reply to the submitter and ask for more information. This assigns it to me which is never what I want - I then have to assign it back into the backlog or inbox. This should be configurable with the workflow plugin so the project admin can decide what should happen when a user replies to a case. |
|||||||||||||||||||
|
|
3
|
Is there any plans from FogCreek to modify this feature by way of a new plug-in or editing the existing workflow plug-in. This is also a pain for our organization. |
||||||
|
|
1
|
um, what? Why is having two people respond to an email bad? This is another productivity-killing feature. I'm a manager and when I review tasks and need information about them, I use FB's email system to get people to update tasks with specific information. It has the nice feature that I now have a record of having asked the question in the task itself. Now every time I do that I have to remember to go back and reassign the task the correct person? It's completely counter-intuitive that sending an email should re-assign the task as a side-effect. If the point is to make sure I get a notification then add me as a correspondent. Fogbugz is the only product I've ever used that when I notice a new feature it routinely makes the product worse. |
||||||||||
|
|
1
|
For those of you willing to live on the edge, here is how to "fix" your FogBugz installation to not re-assign the case to someone when they send an e-mail response. !!!! USE AT YOUR OWN RISK !!!!Danger! Danger! Danger!This solution requires editing the source code of FogBugz. The right way to do this under normal circumstances would be to use the extensive API and plugin framework, but as far as I can tell there isn't an API exposed that makes for a clean way to address this customization. Source code mods, are a last ditch option. Caveats
If you have read the above and you are stil willing to accept the potential downsides of running a tweaked FogBugz install, here is how you do it. Instructions (2) Open the file your-fogbugz-directory\src-Website\editBug2.was in the text editor of your choice. (3) Find these lines and comment them out by adding an apostrophe at the front of each line (shown below).
Note: In my install it was lines 562-563, but it may vary depending on your FB version. (4) Stop IIS on the machine and the maintenance service. |
|||
|
|
|
0
|
I think it's so you will be notified when the email is responded to (assuming your user account has an email address and has email notifications turned on). |
||
|
|
|
0
|
Being a small organization where concurrent people trying to send emails isn't a concern, this is just a pain for us. It's easy to not notice the auto-assignment and then item drops off our "Up for Grabs" list when the person sending the email was simply responding to the customer, "Sorry, no progress yet" to keep customers happy before Devlopment gets around to investigating |
||
|
|