5

Could it be made possible for admins to (temporarily) suppress all email notifications for the assignment of (and for changes to) cases across a whole project?

The scenario I'm currently in is that I am planning the feature list for a new project, and want to use the EBS estimates for the current in-progress projects to affect the EBS availability of developers coming onto the new project, to help give realistic scheduling estimates for the client.

However, as I add potentially dozens of cases to the new project I don't really want to spam up my developers, making them think work is being added to their queue even though the contract for the new project isn't yet confirmed.

This is related to and could be considered a fix for the issue below and similar questions:

http://fogbugz.stackexchange.com/questions/698/how-can-i-import-thousands-of-bugs-via-the-api-without-sending-out-thousands-of-e

flag

2 Answers

1

Thanks for the feature request! We'll file it as an official request when it reaches our top 100 feature requests by votes. To get it there, vote up this question!

link|flag
0

This can now be achieved via a plugin which turns off notifications for a case before it is committed in BugCommitBefore():

CBug.fNotifyChange = false;

Note, this will be reflected in the docs soon.

link|flag
I understand the reasons for removing voting on answers to feature requests, but I wish I could up-vote this answer. – Chris Taylor Aug 16 at 12:42

Your Answer

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