Template:Mybugs

From New wiki
Jump to navigation Jump to search
Fixed

<bugzilla display="list"> {

 "assigned_to": "{{{1}}}",
 "resolution": ["FIXED"],
 "changed_after": "Error: Invalid time.",
 "changed_before": "Error: Invalid time.",
 "changed_field": "resolution",
 "include_fields": "id, summary"

} </bugzilla>

Working on

<bugzilla display="list"> {

 "assigned_to": "{{{1}}}",
 "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
 "changed_after": "Error: Invalid time.",
 "changed_before": "Error: Invalid time.",
 "changed_field": "comment",
 "include_fields": "id, summary"

} </bugzilla>

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

{{mybugs}} is a meta-template, using {{bugpast}} and {{bugpresent}} to create an overview of bugs assigned to a certain Bugzilla user.

For more comprehensive documentation on this template, see the respective documentations for {{bugpast}} and {{bugpresent}}.

Parameters

There is only 1 parameter, which is unnamed and required.

Syntax

The template's syntax is

  • {{mybugs|assignee e-mail address}}

Required parameter

1

Assignee e-mail address

The e-mail address of the owner ("assignee") of the bugs you wish to list.

Usage
  • {{mybugs|assignee e-mail address}}

See also