Our use case is that we added a new field to bugs, the Client field, and we want that field to look as much like a first-class field in FogBugz as possible. Right now the biggest part that we're lacking is that when a bug gets assigned to you (or you're just subscribed to it, or it gets edited on your plate, etc.) it lists out the Case ID, Title, Status, etc., but it doesn't list the Client field like we'd like. The ability to do this from our plugin would be much appreciated.
|
1
|
If you wanted to fully customize your notifications, you could write a plugin to use the CMailApi class to send notifications exactly how you want. This won't integrate with the existing notification architecture, unfortunately, so having some plugin API interfaces that allow you to hook in to the existing architecture isn't a bad idea. If you're running a licensed version of FogBugz on your local machine, you could tweak the source code to see if you could get the data you are looking for into notifications. You can modify the FogBugz source code, found in src-website of your FogBugz installation, and then run build.bat from your installation directory. Look at Function GetEmailSubject() and pay attention to where it gets called. Unfortunately, we can't provide much more detailed support for customizing the source code base unless we're working on a mission-critical situation. However, you're free to poke around to see if you can't get it work the way you want. |
|||
|
|
|
0
|
I think this is slightly different than the templated case notifications feature request. We'll file it when it reaches the top 200 features by votes. |
|||
|