Table of Contents

BugzillaInt Plugin

Compatible with DokuWiki

Hrun

plugin Provides customizable Buglinks, Buglists and Bugtrees from Bugzilla via RPC.

Last updated on
2015-06-03
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with bugzilla

Description

Create complex Buglists, Bugtrees or inline-Links to Bugzilla-Bugs with simple intuitive syntax.

Customizable visual alerts direct your attention to oncoming deadlines or high priority Bugs.

Examples/Usage

Bug 1234

Screenshot Bug Link

<Buglist>

Screenshot Bug List

<Bugtree>

Screenshot Bug Tree

Installation

You must provide your Bugzilla Endpoint and Credentials in the configuration in order to use this plugin. This plugin is tested with Bugzilla version 4.4.7. Available languages: english, german.

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Syntax

  Bug 123 <status,assigned_to>

You can use this syntax for Bug links anywhere. For example, create your own ad-hoc TODO-lists:

   * Bug 123
   * Bug 124 <status,assigned_to>
   * Bug 125 <priority,status,assigned_to>

The part wrapped in < > is optional. You can define extra fields to show. See below for more information about extra fields.

Bug Trees

  <Bugtree 123 depth:3 showResolved extras:priority,assigned_to>

The bugtree is similar to Bugzillas Dependency Tree Page. It shows a hierarchy of Bugs blocking the given Bug. By default, only unresolved Bugs are displayed, which can be extended using the optional flag showResolved. The depth option limits the depth of the hierarchy. Use the option extras to show extra fields.

Bug Lists

  <Buglist OPEN summary:Foo group_by:status extras:assigned_to,priority>

The query format for buglists uses the bugzilla quicksearch syntax. You can query for various fields (also using multiple, comma-separated values). In addition to the quicksearch query, you can group the results by a field using group_by. Use the option extras to show extra fields.

Quicksearch is not available in Bugzillas XML-RPC-API as of version 4.x. Therefore, only a subset of the syntax is implemented until Bugzilla v5 is released and widely deployed.

Extra fields

Bugs can be shown with extra fields. For example, you can show the assignee (assigned_to) next to a Bug, or the priority, and many others.

Extra fields are available on individual Bug Links, Bug Lists as well as Bug Trees. If you specify the extra fields, you overwrite the default value as defined in the plugin settings. Please not that the fields priority, severity and deadline are automatically added if they cross a certain threshold, which is customizable in the plugin settings.

The complete list of available extra fields:

Configuration and Settings

In order to use this plugin, you must provide your bugzilla endpoint and your bugzilla credentials.

All other settings are optional. You can configure:

Change Log

Report Bugs and Issues

Please use GitHub: https://github.com/timostamm/BugzillaInt/issues

Known issues and roadmap

FAQ

Who are you?

Timo Stamm

Do you accept donations?

Yes.

Are you a full-stack web developer who can develop a solution for our business problem?

Yes.