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?
|
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. |
||