wiki:ChildTicketTreeMacro

Display complete ticket hierarchy for ChildTicketsPlugin tickets

Description

In tickets with children, only immediate children of that parent are displayed. This macro addresses that issue by printing a whole tree of child tickets, ie the complete hierarchy.

The macro is specifically for use with the ChildTicketsPlugin.

Used alone in a ticket field, it will take the current ticket as the top level and print the tree:

[[ChildTicketTree]]

Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1', that is without the '#' is also accepted):

[[ChildTicketTree(#1)]]

The ticket number can also be explicitly given as an argument:

[[ChildTicketTree(ticket=1)]]

Include the parent ticket in the output (default:false):

[[ChildTicketTree(root=true)]]

Print the child ticket tree list within a border (actually a fieldset, the 'legend' is not modifiable):

[[ChildTicketTree(border=true)]]

Arguments:

Field Description Default value
ticket The ticket number to 'query'. The number can also be provided as a single stand alone argument. If no ticket is supplied and the macro is used within a ticket, the ticket number will be taken as the intended.
root Boolean value indicating whether the parent ticket should be listed in tree. False
border Boolean value indicating whether a border should be drawn around the child ticket list. False

Bugs/Feature Requests

Existing bugs and feature requests for ChildTicketTreeMacro are here.

If you have any issues, create a new ticket.

defect

6 / 6

enhancement

0 / 1

Download

Download the zipped source from here.

Source

You can check out ChildTicketTreeMacro from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Recent Changes

17689 by rjollos on 2020-04-06 19:48:50
Tracchildtickettreemacro 1.1.1: Fix mispelled import

Refs #13775.

17688 by rjollos on 2020-04-06 19:47:06
Tracchildtickettreemacro 1.1.1: Fix usage with ticket id as first arg

Fixes #13775.

16651 by rjollos on 2017-06-08 05:21:01
Tracchildtickettreemacro 1.1.0dev: Adapt to Trac 1.0 API

Fixes #13204.

(more)

Author/Contributors

Author: walnut
Maintainer: Mark Ryan
Contributors:

Last modified 2 years ago Last modified on Mar 25, 2022, 8:37:06 AM