Plugin Developer Discussion

Discussion for FogBugz Plugin developers

How to add a status to each bugEvent record

Because we want to show particular events of a case to a customer as part of our ticketing service, we want to be able to add a status field to the BugEvent table. For what I know, it is quite easy to add an extra table to the database by implementing the database interface. Does someone know how to add this field to the BugEvent table and integrate this with the normal edit page?
Joris van der Straten Send private email
Wednesday, September 16, 2009
 
 
No reactions? :(
Is it possible at all?
Joris van der Straten Send private email
Friday, September 25, 2009
 
 
I'm not 100% sure I understand what you're asking, but I think you could just implement your own table that looks something like

BugEventStatus
  ixBugEvent INT
  status ???

then in IPluginBugEventDisplay you would load that extra information and display / hide bug events as appropriate.
David Fullerton Send private email
Friday, September 25, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz