%BUG*{...}% short hand references are supported:
| Short hand reference | What it does |
%BUG{#####}% |
Creates a link to a specific bug. |
%BUGLISTMS{target_milestone}% |
Creates a link to a list of bugs with the specified target_milestone. |
%BUGLISTKEY{keyword1+...+keywordn}% %BUGLISTKEY{keyword1,...,keywordn} |
Creates a link to a list of bugs with one or more of the specified keywords.Using comma separators will generate an OR-type search. |
%MYBUGS{user@some.domain}% |
Creates a link to a list of bugs assigned to user@some.domain. |
| You type: | You get: (simulated) | You get: (if installed) |
| %BUG{242971}% | Bug #242971 |
%BUG{242971}% |
| %BUGLISTMS{Firefox1.0}% | Buglist for milestone Firefox1.0 |
%BUGLISTMS{Firefox1.0}% |
| %BUGLISTKEY{highrisk,64bit}% | Buglist for keyword(s) "highrisk,64bit" |
%BUGLISTKEY{highrisk,64bit}% |
| %BUGLISTKEY{crash+fonts}% | Buglist for keyword(s) "crash+fonts" |
%BUGLISTKEY{crash+fonts}% |
| %MYBUGS{shaver@mozilla.org}% | Buglist for shaver@mozilla.org |
%MYBUGS{shaver@mozilla.org}% |
%<plugin>_<setting>%, i.e. %RENDERPLUGIN_SHORTDESCRIPTION%
data/debug.txt. Default: 0
BugzillaLinkPlugin.zip in your twiki installation directory. Content: | File: | Description: |
|---|---|
data/TWiki/BugzillaLinkPlugin.txt | Plugin topic |
data/TWiki/BugzillaLinkPlugin.txt,v | Plugin topic repository |
lib/TWiki/Plugins/BugzillaLinkPlugin.pm | Plugin Perl module |
pub/TWiki/BugzillaLinkPlugin/*.gif | Image files for themes |
pub/TWiki/BugzillaLinkPlugin/*.png | Image files for themes |
configure in your TWiki installation, and enable the plugin in the {Plugins} section.
| Plugin Author: | TWiki:Main.FlorianGnaegi |
| Plugin Version: | 03 Oct 2005 (V1.300) |
| Change History: | |
| 03 Oct 2005 | Fixes for Dakar, added BUGLISTKEY function, refactored Settings (TWiki:Main.JoanTouzet) |
| 08 Jul 2003 | Added MYBUGS function (TWiki:Main.SteveKostecke), dealing with whitespace (TWiki:Main.AlanShields) |
| 19 Aug 2002 | Added BUGLIST function, renamed to Bugzilla Link Plugin (TWiki:Main.AnthonPang ?) |
| 15 Aug 2002 | Initial version |
| CPAN Dependencies: | none |
| Other Dependencies: | A working Bugzilla installation |
| Perl Version: | 5.005 |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/BugzillaLinkPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/BugzillaLinkPluginDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/BugzillaLinkPluginAppraisal |