Wiki

Case Status Kiln
Register Log In

Wiki

 
FogBugz Plugin Interfaces»(Plugin Interfaces) Customize …
  • RSS Feed

Last modified on 12/18/2014 11:22 AM by User.

Tags:

(Plugin Interfaces) Customize FogBugz Cases

FogBugz Plugin Interfaces > FogBugz Cases

BugField Library: Add custom fields complete with filter option, grid column and search axis. (Article with Example)
 

IPluginBugJoin: Customize the data fields available in an instance of FogCreek.FogBugz.CBug, the class representing a FogBugz case. (Example)

IPluginBugDisplay: Add interactive HTML controls (including custom data fields) to the case view. (Example)

IPluginBugCommit: Perform custom operations when a case is committed to the FogBugz database. (Example)

IPluginGridColumn: Add custom columns to the "grid view" case list by specifying how column data is queried, sorted, and displayed. (Example)

IPluginBugEventDisplay: Add HTML to each BugEvent. 

IPluginBugEventDisplayHeader: Modify the BugEvent header area HTML. 

IPluginBugEventDisplayChanges: Modify the BugEvent "changes" field.