List of tags for use in templates

Hi All,

Is there a list of tags available for use when creating an RT
template? e.g. {$Ticket->QueueObj->Name} to display the queue name.

I’ve been looking and can only find those used in examples and not a
definitive list.

I’m using RT 4.0.5

Kind regards,
Rory Clerkin

Is there a list of tags available for use when creating an RT
template? e.g. {$Ticket->QueueObj->Name} to display the queue name.

I’ve been looking and can only find those used in examples and not a
definitive list.

I’m using RT 4.0.5

templates.pod in the docs/ directory of your install covers all the
top level variables available. You’ll need to read RT’s API docs to
find how to chain things together (such as perloc Ticket.pm).

-kevin

Thanks Kevin.
I’ve had a look over it and I’ll work with it.

Slightly off topic, have the perldocs been ported to any other format,
such as PDF or html?

Kind regards,
RoryOn 19 April 2012 13:53, Kevin Falcone falcone@bestpractical.com wrote:

On Thu, Apr 19, 2012 at 11:49:52AM +0100, Rory wrote:

Is there a list of tags available for use when creating an RT
template? e.g. {$Ticket->QueueObj->Name} to display the queue name.

I’ve been looking and can only find those used in examples and not a
definitive list.

I’m using RT 4.0.5

templates.pod in the docs/ directory of your install covers all the
top level variables available. You’ll need to read RT’s API docs to
find how to chain things together (such as perloc Ticket.pm).

-kevin

Is there a list of tags available for use when creating an RT
template? e.g. {$Ticket->QueueObj->Name} to display the queue name.

I’ve been looking and can only find those used in examples and not a
definitive list.

I’m using RT 4.0.5

templates.pod in the docs/ directory of your install covers all the
top level variables available. You’ll need to read RT’s API docs to
find how to chain things together (such as perloc Ticket.pm).
I’ve had a look over it and I’ll work with it.

Slightly off topic, have the perldocs been ported to any other format,
such as PDF or html?

There are tools such as pod2html or you could install the
RT::OnlineDocs extension. You can also browse things at github which
renders the .pod files as html.

-kevin

Great! Thanks Kevin.

RoryOn 19 April 2012 16:04, Kevin Falcone falcone@bestpractical.com wrote:

On Thu, Apr 19, 2012 at 03:18:16PM +0100, Rory wrote:

On 19 April 2012 13:53, Kevin Falcone falcone@bestpractical.com wrote:

On Thu, Apr 19, 2012 at 11:49:52AM +0100, Rory wrote:

Is there a list of tags available for use when creating an RT
template? e.g. {$Ticket->QueueObj->Name} to display the queue name.

I’ve been looking and can only find those used in examples and not a
definitive list.

I’m using RT 4.0.5

templates.pod in the docs/ directory of your install covers all the
top level variables available. You’ll need to read RT’s API docs to
find how to chain things together (such as perloc Ticket.pm).
I’ve had a look over it and I’ll work with it.

Slightly off topic, have the perldocs been ported to any other format,
such as PDF or html?

There are tools such as pod2html or you could install the
RT::OnlineDocs extension. You can also browse things at github which
renders the .pod files as html.

-kevin