Shows a box on the right side that links to a certain Phabricator or Bugzilla discussion.

Usage edit

{{Tracked|Task ID}}

where Task ID is the Phabricator number of the task, like T12345. (Bugzilla ticket numbers work as well.)

For example, {{Tracked|T123}} generates the box on the right side of this discussion:

Sample output:

Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. --Dogmaster3000 01:17, 14 December 2011 (PST)

You can also mark the status of the task:

{{Tracked|Task ID|Status}}

where Status is one of resolved, invalid, duplicate, declined, stalled, and open. Example with the resolved keyword:

Sample output:

Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. --Dogmaster3000 01:17, 14 December 2011 (PST)

Bugzilla tickets edit

For backwards compatibility, this template also accepts the number of a Bugzilla ticket as the first parameter, and the following resolutions: fixed, wontfix, later, invalid. Last but not least, we can mark a bug as critical. We deliberately aren't using this keyword for bugs which are resolved one way or another -- the point of adding this to the template is to note to all readers of the page that the seriousness of a bug has been critical. This keyword should only be used if the bug has also been marked as critical in Bugzilla. Example usage: {{Tracked|300|critical}}

Sample output:

Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. --Dogmaster3000 01:17, 14 December 2011 (PST)

If you need the Phabricator task for a migrated Bugzilla ticket, add 2000 to the BZ bug number and prefix with T, e.g., T2300 replaced bugzilla:300.

See also edit

  • {{Phab}}, inline link

TemplateData edit

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Tracked

Link box to a bug report

Template parameters

ParameterDescriptionTypeStatus
Bug ID1

Phabricator task number or old Bugzilla number

Example
T137443
Stringrequired
Status2

no description

Example
resolved, stalled, invalid, ...
Stringoptional
CSS float positionfloat

no description

Default
right
Example
right, left, none, both, inherit
Stringoptional