This extension contains functions for embeding bug information from the Bugzilla bug tracker Related Links: Extension Overview, DekiScript Overview, Extension Demos.
Assembly: mindtouch.deki.services
SID: http://services.mindtouch.com/deki/draft/2007/12/dekiscript
This service requires Deki Wiki 1.9.0 or later.
To enable this extension, follow these steps:
Example:

Configuration:
Before the Bugzilla service can be used, it must be configured.
| Config Key | Description |
| bugzilla-uri | URI to your Bugzilla installation. This URI + /show_bug.cgi needs to exist |
Functions:
Embed a link to a Bugzilla bug report. A summary of the bug is shown when hovering over the link. If state is true (or omitted) then the link is crossed out when the bug is closed or resolved. The word "bug" is prefixed to the link, but can be overridden by passing the "prefix" parameter.
Parameters:
| Name | Type | Description |
| id | int | The bug number to link to |
| state | bool | Strikeout the link if the bug is closed or not |
| prefix | string | The string prefix to prepend to the bug ID/link |
Samples:
| Output | ||
| | |
| | |
| |
| File | Size | Date | Attached by | |||
|---|---|---|---|---|---|---|
| bugzilla.xml Bugzilla Deki Service | 7.17 kB | 15:14, 28 Apr 2009 | stevel | Actions | ||
We've got a much much much faster PHP-based Deki extension for Bugzilla that works blazingly fast but requires read-only access to the Bugzilla MySQL DB. Ping me (stevel) on #mindtouch IRC if you want it... I'm not posting it here since PHP can't access Deki vars, so stuff like MySQL DB/user/pass need to be hardcoded into the PHP script.