<% $Error %>
++ Each Create Ticket Section in the template has its own tab below. + Click on the tab to change field values for that section. +
++ Click on the Add New Section tab to add a new Create Ticket Section to the template. + The Section Name field is required when adding a new Create Ticket Section to the template. +
++ Each Section can start with a block of Perl Code that allows you to initialize and set variables or add some logic to determine if you should create the ticket or not. + The Skip Create field allows you to skip creating a ticket for that section programatically. See here for details: Skip Create +
+
+ All fields accept a string value or you can enter Perl Code by wrapping it in brackets: { PERL CODE HERE }
+
+ Make sure you end the Perl code with a value to set a value for that field: { my $val = 'Value'; $val; }
+
+ See here for more documentation on the format of the Create Ticket Templates: Create Tickets +
+