{if $note_add_result == -1}
An error occurred while trying to run your query
{elseif $note_add_result == -2}
Please enter the note text on the input box below.
{elseif $note_add_result == 1}
Thank you, the new note was created and associated with the issue below.
{/if}
{if $note_delete_result == -1}
An error occurred while trying to run your query
{elseif $note_delete_result == -2}
You do not have permission to delete this note.
{elseif $note_delete_result == 1}
Thank you, the note was removed successfully.
{/if}
{if $time_delete_result == -1}
An error occurred while trying to run your query
{elseif $time_delete_result == 1}
Thank you, the time tracking entry was removed successfully.
{/if}
{if $bulk_update_result == 1}
Thank you, the selected issues were updated successfully.
{elseif $bulk_update_result == -1}
An error occurred while trying to run your query
{/if}
{if $set_initial_impact_result == -1}
An error occurred while trying to run your query
{elseif $set_initial_impact_result == 1}
Thank you, the inital impact analysis was set successfully.
{/if}
{if $add_requirement_result == -1}
An error occurred while trying to run your query
{elseif $add_requirement_result == 1}
Thank you, the new requirement was added successfully.
{/if}
{if $set_impact_requirement_result == -1}
An error occurred while trying to run your query
{elseif $set_impact_requirement_result == 1}
Thank you, the impact analysis was set successfully.
{/if}
{if $requirement_delete_result == -1}
An error occurred while trying to run your query
{elseif $requirement_delete_result == 1}
Thank you, the selected requirements were removed successfully.
{/if}
{if $save_filter_result == -1}
An error occurred while trying to run your query
{elseif $save_filter_result == 1}
Thank you, the custom filter was saved successfully.
{/if}
{if $delete_filter_result == -1}
An error occurred while trying to run your query
{elseif $delete_filter_result == 1}
Thank you, the selected custom filters were removed successfully.
{/if}
{if $remove_association_result == -1}
An error occurred while trying to run your query
{elseif $remove_association_result == 1}
Thank you, the association to the selected emails were removed successfully.
{/if}
{if $remove_attachment_result == -1}
An error occurred while trying to run your query
{elseif $remove_attachment_result == -2}
You do not have the permission to remove this attachment.
{elseif $remove_attachment_result == 1}
Thank you, the attachment was removed successfully.
{/if}
{if $remove_file_result == -1}
An error occurred while trying to run your query
{elseif $remove_file_result == -2}
You do not have the permission to remove this file.
{elseif $remove_file_result == 1}
Thank you, the file was removed successfully.
{/if}
{if $remove_checkin_result == -1}
An error occurred while trying to run your query
{elseif $remove_checkin_result == 1}
Thank you, the selected checkin information entries were removed successfully.
{/if}
{if $remove_email_result == -1}
An error occurred while trying to run your query
{elseif $remove_email_result == 1}
Thank you, the emails were marked as removed successfully.
{/if}
{if $clear_duplicate_result == -1}
An error occurred while trying to run your query
{elseif $clear_duplicate_result == 1}
Thank you, the current issue is no longer marked as a duplicate.
{/if}
{if $delete_phone_result == -1}
An error occurred while trying to run your query
{elseif $delete_phone_result == -2}
You do not have permission to remove this phone support entry.
{elseif $delete_phone_result == 1}
Thank you, the phone support entry was removed successfully.
{elseif $delete_phone_result == 2}
Thank you, the phone support entry was removed successfully.
The associated time tracking entry was also deleted.
{/if}
{if $new_status_result == -1}
An error occurred while trying to run your query
{elseif $new_status_result == 1}
Thank you, the issue was updated successfully.
{/if}
{if $unassign_result == -1}
An error occurred while trying to run your query
{elseif $unassign_result == -2}
Error: the issue is already unassigned.
{elseif $unassign_result == 1}
Thank you, the issue was unassigned successfully.
{/if}
{if $authorize_reply_result == -1}
Error: you are already authorized to send emails in this issue.
{elseif $authorize_reply_result == 1}
Thank you, you are now authorized to send emails in this issue.
{/if}
{if $remove_quarantine_result == -1}
An error occurred while trying to run your query
{elseif $remove_quarantine_result == 1}
Thank you, this issue was removed from quarantine.
{/if}