Product SiteDocumentation Site

5.5. Bug and Bugnote Events

5.5.1. Bug View

EVENT_VIEW_BUG_DETAILS (Execute)

This event allows a plugin to either process information or display some data in the bug view page. It is triggered after the row containing the target version and product build fields, and before the bug summary is displayed.
Any output here should be defining appropriate rows and columns for the surrounding <table> elements.

Parameters

  • <Integer>: Bug ID

EVENT_VIEW_BUG_EXTRA (Execute)

This event allows a plugin to either process information or display some data in the bug view page. It is triggered after the bug notes have been displayed, but before the history log is shown.
Any output here should be contained within its own <table> element.

Parameters

  • <Integer>: Bug ID