{include file="header.tpl.html"} {include file="navigation.tpl.html"} {if $error_msg == 1}
There was an error creating your issue.

{/if} {if $new_issue_id != "" and $smarty.post.report_stays != "yes"}
{if $quarantine_status > 0} {/if}
{if $errors|@count == 0} Thank you, the new issue was created successfully. Please choose from one of the options below: {else} Thank you, the new issue was created successfully.
However, the following errors were encountered:
    {foreach from=$errors name=errors item=error}
  • {$error}
  • {/foreach}
Please choose from one of the options below: {/if} Otherwise, you will be automatically redirected to the Issue Details Page in 5 seconds.

Warning: your issue is currently quarantined. Please see the FAQ for information regarding quarantined issues.

{literal} {/literal} {else} {literal} {/literal} {if $message != ''}
{$message}

{/if}
{if $current_role < $field_display_settings.assignment} {/if} {if $releases|@count < 1 || $current_role < $field_display_settings.release} {* Hidden field if there are no scheduled releases *} {/if} {if $cats|@count < 1 || $current_role < $field_display_settings.category} {/if} {if $current_role < $field_display_settings.priority} {/if} {if $current_role < $field_display_settings.estimated_dev_time} {/if} {if $current_role < $field_display_settings.private} {/if} {assign var="tabindex" value=1}
{if $cats|@count > 0 && $current_role >= $field_display_settings.category} {/if} {if $current_role >= $field_display_settings.priority} {/if} {if $current_role >= $field_display_settings.assignment} {/if} {if $groups|@count > 0 && $current_role >= $field_display_settings.group} {/if} {if $releases|@count > 0 && $current_role >= $field_display_settings.release} {/if} {if $current_role >= $field_display_settings.estimated_dev_time} {/if} {if $current_role >= $field_display_settings.private} {/if} {include file="edit_custom_fields.tpl.html" custom_fields=$custom_fields form_type='report'} {if $has_customer_integration} {include file="customer/$customer_backend_name/report_form_fields.tpl.html"} {* set tab index very high now to account for inputs in customer file *} {assign var="tabindex" value=$tabindex+30} {/if} {if $current_role >= $field_display_settings.file} {/if}
Create New Issue (Current Project: {$current_project_name})
Category: * {include file="help_link.tpl.html" topic="report_category"} {include file="error_icon.tpl.html" field="category"}
Priority: * {include file="help_link.tpl.html" topic="report_priority"} {* Figure out default priority *} {if $smarty.post.priority != '' && $new_issue_id == ''} {assign var="priority" value=$smarty.post.priority} {else} {assign var="priority" value=3} {/if} {include file="error_icon.tpl.html" field="priority"}
Assignment: {if $allow_unassigned_issues != 'yes'}*{/if} {include file="help_link.tpl.html" topic="report_assignment"} {if $new_issue_id == ''} {assign var='selected_users' value=$smarty.post.users} {/if} {include file="error_icon.tpl.html" field="users[]"}
Group: {if $new_issue_id == ''} {assign var='selected_group' value=$smarty.post.group} {/if} {include file="error_icon.tpl.html" field="group"}
Scheduled Release: {include file="help_link.tpl.html" topic="report_release"} {if $new_issue_id == ''} {assign var='selected_release' value=$smarty.post.release} {/if}
Summary: * {include file="help_link.tpl.html" topic="report_summary"} {if $new_issue_id != ''} {assign var='issue_summary' value=''} {elseif $issue_summary == ''} {assign var='issue_summary' value=$smarty.post.summary} {/if} {include file="error_icon.tpl.html" field="summary"}
Initial Description: * {include file="help_link.tpl.html" topic="report_description"} {if $new_issue_id != ''} {assign var='issue_description' value=''} {elseif $issue_description == ''} {assign var='issue_description' value=$smarty.post.description} {/if} {include file="error_icon.tpl.html" field="description"}
Estimated Dev. Time: {include file="help_link.tpl.html" topic="report_estimated_dev_time"}  {if $new_issue_id == ''} {assign var='estimated_dev_time' value=$smarty.post.estimated_dev_time} {/if} {include file="error_icon.tpl.html" field="estimated_dev_time"} (in hours)
Private:   Yes No {include file="error_icon.tpl.html" field="private"}
Add Files
Files:
Note: The current maximum allowed upload file size is {$max_attachment_size}
Keep form open to report another issue     
* Required fields
{if $emails != ""} {include file="attached_emails.tpl.html"} {/if}
{literal} {/literal} {/if} {include file="app_info.tpl.html"} {include file="footer.tpl.html"}