0

I plan to write a plugin that sends an email to a virtual user (probably "billing@example.com") whenever a case with a specific tag (probably "billable") is resolved. I am starting with the IPluginBugCommit interface for the plugin itself, but I need a configuration page that lets the admin select the tag and a valid virtual user. Can someone point me to an example of how to write a plugin configuration page?

flag

1 Answer

1

I found the Implementing IPluginConfigPageDisplay article, so that answers my original question. My next step would be adding a drop down to the configuration page that forces the user to choose a valid user or an auto-complete like in the Notify plugin (which I love, by the way).

Any chance of releasing the code for the Notify plugin? It would make a great example.

link|flag
1 
The source code for that plugin is installed with FB Check this directory: C:\Program Files\FogBugz8\Plugins\examples\Notify – JohnFx Feb 9 at 17:08
Thanks. I'll take a look at it. – flipdoubt Feb 12 at 14:58

Your Answer

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