{{view-name}}

The {{view-name}} tag is used to output the application view name.

Attributes

None.

Examples

The following template excerpt from a subject line:

{{type-name}} {{property name="@primary-descriptor"}} was created in view {{view-name}}.

produces for CRs:

Change Request 22563 was created in view Cygnus.

Back to top