Plugin Interfaces > Projects and Areas
IPluginProjectJoin: Customize the data fields available in an instance of FogCreek.FogBugz.CProject, the class representing a FogBugz project. (Example)
IPluginProjectDisplay: Add interactive HTML controls to the "Edit Project" page. (Simple Example, Advanced Example)
IPluginProjectCommit: Perform custom operations when a project is committed to the FogBugz database. (Example)
IPluginAreaJoin: Customize the data fields available in an instance of FogCreek.FogBugz.CArea, the class representing a project area. (Example)
IPluginAreaCommit: Perform custom operations when a project area is committed to the FogBugz database. (Example)